SkillAgentSearch skills...

Jsonex

An elixir module to wrap jsonerl

Install / Use

/learn @marcelog/Jsonex
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3y ago
Forks4

Languages

Elixir

Security Score

70/100

Audited on Aug 23, 2022

No findings