文件名称:jsonchecker
介绍说明--下载内容来自于网络,使用问题请自行百度
aspx下的JSON库
JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。
JSON建构于两种结构:
* “名称/值”对的集合(A collection of name/value pairs)。不同的语言中,它被理解为对象(object),纪录(record),结构(struct),字典(dictionary),哈希表(hash table),有键列表(keyed list),或者关联数组 (associative array)。
* 值的有序列表(An ordered list of values)。在大部分语言中,它被理解为数组(array)。
这些都是常见的数据结构。事实上大部分现代计算机语言都以某种形式支持它们。这使得一种数据格式在同样基于这些结构的编程语言之间交换成为可能。-err
JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。
JSON建构于两种结构:
* “名称/值”对的集合(A collection of name/value pairs)。不同的语言中,它被理解为对象(object),纪录(record),结构(struct),字典(dictionary),哈希表(hash table),有键列表(keyed list),或者关联数组 (associative array)。
* 值的有序列表(An ordered list of values)。在大部分语言中,它被理解为数组(array)。
这些都是常见的数据结构。事实上大部分现代计算机语言都以某种形式支持它们。这使得一种数据格式在同样基于这些结构的编程语言之间交换成为可能。-err
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bin/
bin/Debug/
bin/Release/
COPYING.txt
JsonChecker.cs
JsonChecker.csproj
JsonChecker.sln
Program.cs
Properties/
Properties/AssemblyInfo.cs
test/
test/fail1.json
test/fail10.json
test/fail11.json
test/fail12.json
test/fail13.json
test/fail14.json
test/fail15.json
test/fail16.json
test/fail17.json
test/fail18.json
test/fail19.json
test/fail2.json
test/fail20.json
test/fail21.json
test/fail22.json
test/fail23.json
test/fail24.json
test/fail25.json
test/fail26.json
test/fail27.json
test/fail28.json
test/fail29.json
test/fail3.json
test/fail30.json
test/fail31.json
test/fail32.json
test/fail33.json
test/fail4.json
test/fail5.json
test/fail6.json
test/fail7.json
test/fail8.json
test/fail9.json
test/pass1.json
test/pass2.json
test/pass3.json
test/README.txt
test/test.bat
bin/Debug/
bin/Release/
COPYING.txt
JsonChecker.cs
JsonChecker.csproj
JsonChecker.sln
Program.cs
Properties/
Properties/AssemblyInfo.cs
test/
test/fail1.json
test/fail10.json
test/fail11.json
test/fail12.json
test/fail13.json
test/fail14.json
test/fail15.json
test/fail16.json
test/fail17.json
test/fail18.json
test/fail19.json
test/fail2.json
test/fail20.json
test/fail21.json
test/fail22.json
test/fail23.json
test/fail24.json
test/fail25.json
test/fail26.json
test/fail27.json
test/fail28.json
test/fail29.json
test/fail3.json
test/fail30.json
test/fail31.json
test/fail32.json
test/fail33.json
test/fail4.json
test/fail5.json
test/fail6.json
test/fail7.json
test/fail8.json
test/fail9.json
test/pass1.json
test/pass2.json
test/pass3.json
test/README.txt
test/test.bat
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.