https://github.com/edenlabllc/json_validator
https://github.com/edenlabllc/json_validator
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edenlabllc/json_validator
- Owner: edenlabllc
- Created: 2024-10-31T15:29:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:11:11.000Z (6 months ago)
- Last Synced: 2025-02-12T08:45:05.747Z (3 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JsonValidator
Validates json. For now has one check - keys duplicates.
## Installation
```elixir
def deps do
[
{:json_validator, github: "edenlabllc/json_validator"}
]
end
```