Skip to content

A utility for introspecting JSON and returning metadata

License

Notifications You must be signed in to change notification settings

bscharm/radcliffe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radcliffe


JSON is like a box of chocolates..

radcliffe is a library for introspecting a JSON payload and returning metadata about that JSON payload, specifically information about its type according to the swagger.io specification primitives.

radcliffe is able to determine number formats in addition to some string and date formats. For a full list of implemented types please see Implemented Types

Implemented Types

type format
integer int32
integer int64
number float
number double
boolean
string
string date
string date-time

About

A utility for introspecting JSON and returning metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages