diff options
| author | Max Hilbrunner | 2018-02-02 05:32:12 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-19 22:13:44 +0100 |
| commit | 2515d42a14e32f2dd54191f0044bdd4e308ea81f (patch) | |
| tree | 5c5b75c684c0dbfe7958c394b91c1f11bc302842 /doc/classes/JSON.xml | |
| parent | 1a9a40fe31289faecac9ca125779c162c0283cee (diff) | |
| download | godot-2515d42a14e32f2dd54191f0044bdd4e308ea81f.tar.gz godot-2515d42a14e32f2dd54191f0044bdd4e308ea81f.tar.zst godot-2515d42a14e32f2dd54191f0044bdd4e308ea81f.zip | |
[DOCS] parse_json: Objects do not keep key order
Document JSON not guaranteeing key order.
(cherry picked from commit 82b8f1729dd2d0d1e574628e82261e2a21809a96)
Diffstat (limited to 'doc/classes/JSON.xml')
| -rw-r--r-- | doc/classes/JSON.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/JSON.xml b/doc/classes/JSON.xml index e69c05c3d..078c293fc 100644 --- a/doc/classes/JSON.xml +++ b/doc/classes/JSON.xml @@ -4,7 +4,7 @@ Helper class for parsing JSON data. </brief_description> <description> - Helper class for parsing JSON data. For usage example, see [JSONParseResult]. + Helper class for parsing JSON data. For usage example and other important hints, see [JSONParseResult]. </description> <tutorials> </tutorials> |
