WORKFLOW
    
   
   Read JSON
Import the contents of JSON, UBJSON and ExpressionJSON files as Wolfram Language expressions.
From a File Containing ExpressionJSON...
Read an ExpressionJSON file with Import:
 
         - ExpressionJSON provides lossless round-tripping of Wolfram Language expressions to and from JSON.
Notes
Use ImportString to import from a string rather than a file:
         
         
        Related Workflows
Related Functions
Import ImportString "JSON" "UBJSON" "ExpressionJSON" Export ExportString
 
          
          
         