/Json

A single type json based on string. var Employee:= '{"id": 965, "name": "Jose", "location": "Brasil"}'; var Id := Employee.value['id'];

Primary LanguagePascalApache License 2.0Apache-2.0

Stargazers