Skip to content

marcelog/jsonex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jsonex

An elixir module to wrap jsx.

See expm homepage for jsonex.

Use example

Encoding

$ mix run 'IO.puts Jsonex.encode([a: 1, b: 2])'
{"a":1,"b":2}

Decoding

mix run 'IO.inspect Jsonex.decode("{\"a\": 1, \"b\": 2}")'
[{"a",1},{"b",2}]

License

This software is under the Apache 2 License. See the LICENSE file for more details.

About

An elixir module to wrap jsonerl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages