[DOCS] parse_json: Objects do not keep key order

Document JSON not guaranteeing key order.
This commit is contained in:
Max Hilbrunner
2018-02-02 05:32:12 +01:00
committed by mhilbrunner
parent abf82057f3
commit 82b8f1729d
3 changed files with 4 additions and 2 deletions

View File

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