mirror of
https://github.com/kgabis/parson.git
synced 2025-03-13 22:25:31 +00:00
Removes trailing whitespace.
This commit is contained in:
parent
473c7f3d8d
commit
5c4a11b036
2
parson.h
2
parson.h
@ -104,7 +104,7 @@ int json_value_equals(const JSON_Value *a, const JSON_Value *b);
|
|||||||
JSON_Status json_validate(const JSON_Value *schema, const JSON_Value *value);
|
JSON_Status json_validate(const JSON_Value *schema, const JSON_Value *value);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* JSON Object
|
* JSON Objec
|
||||||
*/
|
*/
|
||||||
JSON_Value * json_object_get_value (const JSON_Object *object, const char *name);
|
JSON_Value * json_object_get_value (const JSON_Object *object, const char *name);
|
||||||
const char * json_object_get_string (const JSON_Object *object, const char *name);
|
const char * json_object_get_string (const JSON_Object *object, const char *name);
|
||||||
|
Loading…
Reference in New Issue
Block a user