Skip to content

0.0.6

Compare
Choose a tag to compare
@gongo gongo released this 04 Dec 17:05
· 9 commits to master since this release

FEATURES

  • Add function json-reformat-from-strong

    (json-reformat-from-string "{\"foo\": 3,\"bar\":    4}")
    ;; "{
    ;;     \"foo\": 3,
    ;;     \"bar\": 4
    ;; }"