Module euneus_formatter

Data Types

crlf()

crlf() = r | n | rn | none

options()

options() = #{indent_type := tabs | spaces, indent_width := non_neg_integer(), spaced_values := boolean(), crlf := crlf()}

Function Index

format/2Formats a binary JSON.

Function Details

format/2

format(JSON, Options) -> iodata()

Formats a binary JSON.

Option details:


Generated by EDoc