jsonapi-parser icon indicating copy to clipboard operation
jsonapi-parser copied to clipboard

Validate JSON API documents.

Results 6 jsonapi-parser issues
Sort by recently updated
recently updated
newest added

on client requesting to create a resource on the server This happened after seeing https://github.com/jsonapi-rb/jsonapi-deserializable/issues/21 and trying to figure out whether I can use that or not (after having false...

When I see a method named `parse` with a payload as a parameter, I expect it to go through the payload and return a hash/object to better deal with the...

The resource parser currently `ensure!`s that `data` is the only top level key: https://github.com/jsonapi-rb/jsonapi-parser/blob/1ab3d3561f9f82a6f859cab8094fb5e4fa413255/lib/jsonapi/parser/resource.rb#L14 but the spec does not require this. There also appears to be a bunch of discussion...

Hi all, thanks for all the work on this project. Could you please respond if this project is alive? Thanks!