Documentation ¶
Index ¶
- func Apply(jsonStr string, rootObjName string, OutPutMode int, withPointer bool, ...) (string, error)
- func GoTypeForInline(fieldName string, keyName string, value interface{}, ...) (string, string)
- func GoTypeForOutline(fieldName string, keyName string, value interface{}, withPointer bool, ...) (string, string)
- type OrderedMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoTypeForInline ¶ added in v0.0.4
Types ¶
type OrderedMap ¶
type OrderedMap struct { Keys []string Map map[string]interface{} NumberStrings map[string]string BoolFields map[string]bool NullFields map[string]string }
func (*OrderedMap) UnmarshalJSON ¶
func (o *OrderedMap) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.