readme fixes
This commit is contained in:
@@ -170,7 +170,7 @@ Please note that the last element of the line should always be an instruction fo
|
|||||||
|
|
||||||
Also, instead of `object`, you can use `array` if the JSON contains an array.
|
Also, instead of `object`, you can use `array` if the JSON contains an array.
|
||||||
|
|
||||||
To summarize: ajson works well (and very fast) when you need to retrieve one or two values. If you need to get a large amount of data (or all data) from JSON, then it is better to use the json.lua library (see below). It turns JSON into a set of easy-to-use nested Lua tables.
|
To summarize: ajson works well (and very fast) when you need to retrieve one or two values. If you need to get a large amount of data (or all data) from JSON, then it is better to use the `json.lua` library (see below). It turns JSON into a set of easy-to-use nested Lua tables.
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user