//
pkg.gl
Category
github.com/conflowio/conflow
src
functions
json
package
0.0.1
Repository:
https://github.com/conflowio/conflow.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
102 SLOC
#
Functions
Decode
Decode converts the given json string to a data structure @function.
Encode
Encode converts the given value to a json string @function.
#
Structs
DecodeInterpreter
DecodeInterpreter is the Conflow interpreter for the Decode function.
EncodeInterpreter
EncodeInterpreter is the Conflow interpreter for the Encode function.