package
1.0.0
Repository: https://github.com/rizalgowandy/gdk.git
Documentation: pkg.go.dev

# Functions

Unmarshal copy input data to interface.
New returns a json operator.
NewDecoder returns decoder to decode data to buffer.
NewEncoder returns encoder to encode data to buffer.
NewJSONIterator constructs new json operator using json-iterator library.
NewMockDecoderItf creates a new mock instance.
NewMockEncoderItf creates a new mock instance.
NewMockOperatorItf creates a new mock instance.
Marshal returns bytes of interface.

# Structs

JSONIterator is a json operator using json-iterator library.
MockDecoderItf is a mock of DecoderItf interface.
MockDecoderItfMockRecorder is the mock recorder for MockDecoderItf.
MockEncoderItf is a mock of EncoderItf interface.
MockEncoderItfMockRecorder is the mock recorder for MockEncoderItf.
MockOperatorItf is a mock of OperatorItf interface.
MockOperatorItfMockRecorder is the mock recorder for MockOperatorItf.

# Interfaces

DecoderItf interface for json library decoder.
EncoderItf interface for json library encoder.
OperatorItf interface for json library.