Skip to main content

The JavaScript Object Notation (JSON) Data Interchange Format

JavaScript对象表示法(JSON)数据交换格式

Abstract (摘要)

JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.

JavaScript对象表示法(JSON)是一种轻量级、基于文本、语言无关的数据交换格式。它源自ECMAScript编程语言标准。JSON定义了一组用于结构化数据可移植表示的小型格式化规则。

This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.

本文档消除了JSON其他规范的不一致性,修复了规范错误,并提供基于经验的互操作性指导。

Status of This Memo (文档状态)

This is an Internet Standards Track document.

这是一份互联网标准跟踪文档。

Table of Contents (目录)

Author (作者)

Tim Bray (editor)
Google, Inc.

Date: March 2014
Obsoletes: RFC 4627, RFC 7158
Category: Standards Track