考虑到
JSON(
JavaScript Object Notation),JSON本身是一种语言,还是仅在另一种语言的上下文中定义?根据语言,我的意思是一种可能使用JSON来传输/接收数据的编程语言.
它是
data interchange格式.
JSON (JavaScript Object Notation) is a lightweight data-interchange format.@H_301_2@
http://www.jb51.cc/tag/http://json.org@H_301_2@
JavaScript Object Notation is a text-based open standard designed for human-readable data interchange. @H_301_2@
Type of format: Data interchange@H_301_2@
http://en.wikipedia.org/wiki/Json@H_301_2@
is it only defined in context of a language@H_301_2@
当然不是.完全可以编写使用JSON而不是JavaScript的应用程序.@H_301_2@