A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Jump to

Quick reference

JSON API minimal examples

The JSON API standard is quite large, here are some basic examples. These show you do not need to implement many fields to adhere to JSON API.

Success response: (the data array is optional, it could be ommitted if the response is always a single object).
Failure response: