Registry / serialization / json-schema-tools

json-schema-tools

JSON →
library0.6.6rbrubygemsunverified

Want to create or read a JSON Schema powered API? This toolset provides methods to read schemata, render objects as defined in schema, clean parameters according to schema, and more.

gem install json_schema_tools
INSTALL
IMPORT
SIG · JSON-SCHEMA-TOOLS
J
json-schema-tools
serializationrubyv0.6.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonSchemaTools
require 'json_schema_tools'

Load a JSON schema and render an object

require 'json_schema_tools' schema = JsonSchemaTools::Schema.new('path/to/schema.json') schema.render({name: 'John'})
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
json-schema-tools — gem install json-schema-tools · libregistry