https://github.com/groguelon/any_json
Elixir library to wrap the main JSON libraries.
https://github.com/groguelon/any_json
elixir hex json
Last synced: about 1 month ago
JSON representation
Elixir library to wrap the main JSON libraries.
- Host: GitHub
- URL: https://github.com/groguelon/any_json
- Owner: GRoguelon
- License: mit
- Created: 2023-05-31T19:48:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T22:35:10.000Z (about 3 years ago)
- Last Synced: 2025-11-16T15:31:59.081Z (7 months ago)
- Topics: elixir, hex, json
- Language: Elixir
- Homepage: https://hex.pm/packages/any_json
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AnyJson
Elixir library which wraps the main JSON libraries. It allows the final project to decide which
JSON library they want to use and provide an unified interface.
[Documentation](https://hexdocs.pm/any_json)
## Installation
```elixir
def deps do
[
{:any_json, "~> 0.1.0"}
]
end
```