CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - json struct
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - json struct - List
[
CSharp
]
jsonchecker
DL : 0
aspx下的JSON库 JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, 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
Date
: 2025-07-13
Size
: 32kb
User
:
momo
[
Delphi VCL
]
cocwJSONdemo
DL : 1
JSON结构的demo ,可以使大家熟悉JSON结构的应用-JSON struct DEMO
Date
: 2025-07-13
Size
: 30kb
User
:
李阳
[
JSP/Java
]
Struts2JQueryJson
DL : 0
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
Date
: 2025-07-13
Size
: 3.73mb
User
:
sasa
[
JSP/Java
]
JSON
DL : 0
Java操作Json字符串,其中包括基本数据类型、集合、哈希表以及Struct操作Json-the operation of Json in Java
Date
: 2025-07-13
Size
: 18kb
User
:
Tony
[
Linux-Unix
]
cjson
DL : 0
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; /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */ int type; /* The type of the item, as above. */ char *valuestring; /* The item's string, if type==cJSON_String */ int valueint; /* The item's number, if type==cJSON_Number */ double valuedouble; /* The item's number, if type==cJSON_Number */ char *string; /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */ } cJSON;)
Date
: 2025-07-13
Size
: 9kb
User
:
goeful
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.