Versions in this module Expand all Collapse all v0 v0.0.1 Oct 8, 2022 Changes in this version + func JSONString(j OJsonObject) string + type OJsonBool bool + type OJsonKeyValuePair struct + Key string + Value OJsonObject + type OJsonList []OJsonObject + func (j *OJsonList) AsList() []OJsonObject + type OJsonMap struct + KeySet map[string]bool + OrderedKV []*OJsonKeyValuePair + func NewMap() *OJsonMap + func (j *OJsonMap) KeyValuePairsSortedByKey() []*OJsonKeyValuePair + func (j *OJsonMap) Put(key string, value OJsonObject) + func (j *OJsonMap) RefreshKeySet() + func (j *OJsonMap) Size() int + type OJsonObject interface + func ParseOrderedJSON(input []byte) (OJsonObject, error) + type OJsonString struct + Value string