Simplified JSON Parser
Interactive SJSON Parser
Try out the Simplified JSON Parser features with this interactive demo.
Learn more »
SJSON Input
// About // name = "Sample" description = "A sample json document." version = "0.0.1" author = { name = "Autodesk" } keywords = ["sample", "sjson"] // SJSON Object // object = { arr = [ { str = "String Value" object = { type = "lua" script = """ require "some/resource" local result = Sample:generate() print("Multiline String Sample", result) """ } otherStr = "Another String" } ] arr2 = [ { str = "String Value" } ] } // Array // platforms = ["win64", "win32", "linux"] dependencies = { "sjson" = "^1.0" }
JSON Output
Heads up!
There was an error parsing your SJSON.