package
0.5.9
Repository: https://github.com/tibcosoftware/flogo-lib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Consume - Gobble up an already converted JSON object, or a fresh map[string]interface{} object.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New - Create a new gabs JSON object.
ParseJSON - Convert a string into a representation of the parsed JSON.
ParseJSONBuffer - Read the contents of a buffer into a representation of the parsed JSON.
ParseJSONDecoder - Convert a json.Decoder into a representation of the parsed JSON.
ParseJSONFile - Read a file and convert into a representation of the parsed JSON.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrInvalidBuffer - The input buffer contained an invalid JSON string.
ErrInvalidInputObj - The input value was not a map[string]interface{}.
ErrInvalidInputText - The input data could not be parsed.
ErrInvalidPath - The filepath was not valid.
ErrNotArray - The target is not an array type.
ErrNotObj - The target is not an object type.
ErrNotObjOrArray - The target is not an object or array type.
ErrOutOfBounds - Index out of bounds.
ErrPathCollision - Creating a path failed because an element collided with an existing value.

# Structs

Container - an internal structure that holds a reference to the core interface map of the parsed json.
No description provided by the author