Module json_encoder

JSON specific APIs.

Description

This module contains functions for working with json data.

Function Index

encode/1Convert data to json encoded binary.

Function Details

encode/1


encode(Data::any()) -> binary()

Data: data to encode to json

returns: JSON encoded data

Convert data to json encoded binary