Versions in this module Expand all Collapse all v0 v0.2.0 Nov 4, 2024 v0.1.0 Oct 26, 2024 Changes in this version + func ParseJSON(fileData []byte) (interface{}, error) v0.0.2 Oct 24, 2024 Changes in this version + func Parse(tokens []tokenizer.Token) (interface{}, error) + type JsonArray []interface + type JsonObject map[string]interface