Menu

#8 Add JSON support to the VDK

VDK 2.0.0
closed
2017-12-28
2017-08-23
Jason Ely
No

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. Update VBScript object
  3. Stringify VBScript object and produce JSON String

Discussion

  • Jason Ely

    Jason Ely - 2017-12-28
    • 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
     
  • Jason Ely

    Jason Ely - 2017-12-28

    Code done. Tests passed

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.