Home > erlang-json-parser

erlang-json-parser

Erlang-json-parser is a project mainly written in Erlang, based on the GPL-3.0 license.

Erlang json parser - written for mail1up

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

Previous:ogre-ssao