Discuss this help topic in SecureBlackbox Forum
Creates the entity from a string or buffer.
Declaration
Parameters
Description
(1) Parses JSON-text from the string and returns
an instance of TElJsonObject if the text contains a JSON object or
TElJsonArray if the text contains a JSON array.
Otherwise an exception is raised.
(2) Parses JSON-text from Buffer and returns
an instance of TElJsonObject if the text contains a JSON object or
TElJsonArray if the text contains a JSON array.
Otherwise an exception is raised.
Supports UTF-8, UTF-16LE and UTF-16BE encodings.
(3) Parses JSON-text from Buffer starting from
StartIndex and not more then Length bytes.
Returns an instance of TElJsonObject if the text contains a JSON object
or TElJsonArray if the text contains a JSON array.
Otherwise an exception is raised.
Supports UTF-8, UTF-16LE and UTF-16BE encodings.