|
<< Click to Display Table of Contents >> Navigation: Classes > TJsonObject > Methods > ParseEx |
SIGNATURE=IWJsonTools.TJsonObject.ParseEx@string
ETYPE=Method
Declaration:
Delphi: |
public procedure ParseEx(const Json: string); |
C++: |
void public: __fastcall ParseEx(const String Json); |
Description: Convert a json string into a value or a collection of nodes. If the current node is root then the json must be an array or object.