Posts tagged under "json"

An Introduction to JSON Schema

By Kashyap on April 5, 2014
JSON schema can help bring order to handling complex JSON interactions in APIs. For instance, you can avoid checking the types of incoming JSON and rely on JSON schema to do the validation. This post talks about similar usecases.
Tagged under: json, api, ruby