> JSON:-ParseString("[{\"tree\": \"maple\", \"count\": 21}]"); [table(["tree" = "maple", "count" = 21])] > JSON:-ToString( [table(["tree" = "maple", "count" = 21])] ); "[{\"count\": 21, \"tree\": \"maple\"}]"