From 82b8f1729dd2d0d1e574628e82261e2a21809a96 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Fri, 2 Feb 2018 05:32:12 +0100 Subject: [DOCS] parse_json: Objects do not keep key order Document JSON not guaranteeing key order. --- doc/classes/JSON.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/JSON.xml') diff --git a/doc/classes/JSON.xml b/doc/classes/JSON.xml index e69c05c3df..078c293fc0 100644 --- a/doc/classes/JSON.xml +++ b/doc/classes/JSON.xml @@ -4,7 +4,7 @@ Helper class for parsing JSON data. - 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]. -- cgit v1.2.3