Skip to content

bottiger/erlang-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Erlang json parser - written for mail1up

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages