搜索资源列表
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, P
cocwJSONdemo
- JSON结构的demo ,可以使大家熟悉JSON结构的应用-JSON struct DEMO
Struts2JQueryJson
- Struts2JQueryJson整理集合用struct框架和jq技术,还有json技术,为初学者奠定struct和jq、json的基础-Struct frame and organize the collection jq with technology, there json technology laid the struct for beginners and jq, json basis
JSON
- Java操作Json字符串,其中包括基本数据类型、集合、哈希表以及Struct操作Json-the operation of Json in Java
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*