We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking to output human readable JSON like this:
https://stackoverflow.com/questions/86653/how-can-i-pretty-format-my-json-output-in-ruby-on-rails
Tried this approach but I get 'only generation of JSON objects or arrays allowed'.
The text was updated successfully, but these errors were encountered:
@aximuseng starting with the next release, JSON serialization will no longer be handled by the library.
Consider this PR for more details, you can use the example to achieve the same even with the current version though: https://github.com/fast-jsonapi/fast_jsonapi/pull/44/files
Sorry, something went wrong.
No branches or pull requests
Looking to output human readable JSON like this:
https://stackoverflow.com/questions/86653/how-can-i-pretty-format-my-json-output-in-ruby-on-rails
Tried this approach but I get 'only generation of JSON objects or arrays allowed'.
The text was updated successfully, but these errors were encountered: