diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ae1d20d4292..41a34e32bd4 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -10939,7 +10939,8 @@ - Parse json text to the dictionary. Return OK when successed or the error code when failed. + Parse JSON text to the dictionary. Return OK when successed or the error code when failed. + Be aware that the JSON specification does not define integer or float types, but only a number type. Therefore, parsing a JSON text will convert every numerical values to [float] types.