Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 271 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 271 Bytes

Introduction

A simple but functional json parser in erlang

Usage

JsonString1 = json:term_to_json([4, 6, 7]).

Term1 = json:json_to_term(JsonString1).

License

The code is licensed under the GPL 3.0 License. The LICENSE file for details