package
1.14.7
Repository: https://github.com/goravel/framework.git
Documentation: pkg.go.dev

# Functions

Marshal serializes the given value to a JSON-encoded byte slice.
MarshalString serializes the given value to a JSON-encoded string.
Unmarshal deserializes the given JSON-encoded byte slice into the provided value.
UnmarshalString deserializes the given JSON-encoded string into the provided value.