Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONArray ¶
type JSONArray []any
func (JSONArray) MarshalJSON ¶
func (*JSONArray) UnmarshalJSON ¶
type JSONObject ¶
type JSONObject struct { linkedhashmap.Map[string, any] }
func (JSONObject) MarshalJSON ¶
func (m JSONObject) MarshalJSON() ([]byte, error)
func (*JSONObject) UnmarshalJSON ¶
func (m *JSONObject) UnmarshalJSON(content []byte) error
Click to show internal directories.
Click to hide internal directories.