Sign inSign up

a13xx/json

By a13xx

•Updated over 8 years ago

Json validating service.

Image
0

944

a13xx/json repository overview

⁠JSON_Val

The JSON Validation Service (JVS) is a validator that allows every users to check JSON objects for compliance with the JSON grammar.

In this project the JsonSimple library was used: https://github.com/fangyidong/json-simple⁠

https://github.com/AleksanderBoldyrev/JSON_Val⁠

⁠To deploy:

git pull AleksanderBoldyrev/JSON_Val

./gradlew docker && docker run -d -p 80:80 validation-service

(for gradle build: ./gradlew docker && docker run -d -p 80:80 validation-service)

curl -s --data-binary @filename.json http://localhost:80⁠

Tag summary

Content type

Image

Digest

Size

72 MB

Last updated

over 8 years ago

docker pull a13xx/json