mirror of
https://github.com/kgabis/parson.git
synced 2024-11-24 14:05:30 +00:00
commit
243bccb51d
@ -5,7 +5,7 @@ Parson is a lighweight [json](http://json.org) library written in C.
|
|||||||
* Full JSON support
|
* Full JSON support
|
||||||
* Lightweight (only 2 files)
|
* Lightweight (only 2 files)
|
||||||
* Simple API
|
* Simple API
|
||||||
* Addressing json values with dot notation (similiar to C structs or objects in most OO languages, e.g. "objectA.objectB.value")
|
* Addressing json values with dot notation (similar to C structs or objects in most OO languages, e.g. "objectA.objectB.value")
|
||||||
* C89 compatible
|
* C89 compatible
|
||||||
* Test suites
|
* Test suites
|
||||||
|
|
||||||
|
2
tests.c
2
tests.c
@ -42,7 +42,7 @@ void test_suite_2(JSON_Value *value); /* Test correctness of parsed values */
|
|||||||
void test_suite_2_no_comments(void);
|
void test_suite_2_no_comments(void);
|
||||||
void test_suite_2_with_comments(void);
|
void test_suite_2_with_comments(void);
|
||||||
void test_suite_3(void); /* Test parsing valid and invalid strings */
|
void test_suite_3(void); /* Test parsing valid and invalid strings */
|
||||||
void test_suite_4(void); /* Test deep copy funtion */
|
void test_suite_4(void); /* Test deep copy function */
|
||||||
void test_suite_5(void); /* Test building json values from scratch */
|
void test_suite_5(void); /* Test building json values from scratch */
|
||||||
void test_suite_6(void); /* Test value comparing verification */
|
void test_suite_6(void); /* Test value comparing verification */
|
||||||
void test_suite_7(void); /* Test schema validation */
|
void test_suite_7(void); /* Test schema validation */
|
||||||
|
Loading…
Reference in New Issue
Block a user