readme fixes

This commit is contained in:
Evgeny
2021-08-23 10:16:50 +03:00
parent 7348575a7a
commit bd3f8ee8e8

View File

@@ -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