summary: Add JSON file support to the VDK --> Add JSON support to the VDK
Description has changed:
Diff:
--- old+++ new@@ -1,4 +1,5 @@
Add a JSON Parser for the VDK so that VDK users can:
1. Create a VBScript object on the fly from a JSON string.
-2. Convert a VBScript Object to JSON notation (this requirement still under investigation. Might not be possible in VBScript) +2. Update VBScript object +3. Stringify VBScript object and produce JSON String
status: open --> closed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Code done. Tests passed