JsonParser Object
- Updated2024-09-12
- 1 minute(s) read
JSON Parser > JsonParser Object
JsonParser Object
The JsonParser object provides methods for reading and writing JSON files and for converting JSON strings into the respective VBS objects and vice versa. A VBS object might be a dictionary object, an array, a string value, a double value, an integer value, a boolean value, a date/time value, or the the value null. Use the CreateJsonParser command to create the JsonParser object.