#!/bin/sh
# $Id: mjson_pp,v 1.1 2017/06/06 19:50:04 friedman Exp $

exec json_pp \
     -f json \
     -t json \
     -json_opt utf8,pretty,indent,space_before,space_after,relaxed,canonical,allow_singlequote,allow_barekey,allow_bignum \
     "$@"

# eof
