Skip to content

Releases: nilaysavant/jsonox

jsonox v0.2.0

27 Jan 03:09
Compare
Choose a tag to compare

ChangeLog

  • Add support for PUT. Currently works same as POST (in normal mode).
  • Add Read Only Mode to work with read only access to fs. No write or deleting of json files. In read only mode you create json files beforehand in the fs and then based on the files created: get.json, post.json, put.json and delete.json, the APIs are setup accordingly. Full guide
  • Add experimental support for ArmV6 targets like Raspberry PI Zero for the compiled binary. Currently Untested.

build-rev#1

jsonox v0.1.0

21 Jan 21:20
Compare
Choose a tag to compare

First Release

  • Setup API endpoints on any route by simply POSTing JSON to that route.
  • Endpoints support GET for fetching and DELETE for deleting stored JSON along with POST.
  • JSON data is stored as *.json files under the json_data dir.
  • View all active endpoints on the root (/) path.

rev#1