mirror of
https://github.com/DaveGamble/cJSON
synced 2024-12-23 15:12:04 +00:00
README.md: fixed formatting
This commit is contained in:
parent
affedd65ba
commit
0b807e21a4
@ -63,7 +63,7 @@ Assume that you got this from a file, a webserver, or magic JSON elves, whatever
|
||||
you have a char * to it. Everything is a cJSON struct.
|
||||
Get it parsed:
|
||||
|
||||
cJSON * root = cJSON_Parse(my_json_string);
|
||||
cJSON * root = cJSON_Parse(my_json_string);
|
||||
|
||||
This is an object. We're in C. We don't have objects. But we do have structs.
|
||||
What's the framerate?
|
||||
|
Loading…
Reference in New Issue
Block a user