Articles tagged with Json
First class json(b) handling in Rails Event Store
Recently, in Rails Event Store v2.8.0 PreserveTypes transformation has been introduced. v2.9.0 release brought RailsEventStore::JSONClient. It's a set of great improvements for RES users who plan to or already use PostgreSQL with jsonb data type for keeping events' data and metadata.
A lesser known capability of Ruby's JSON.parse
If you ever got annoyed by the fact that JSON.parse returns hash with string keys and prefer hashes with symbols as keys, this post is for you.
Make your JSON API tests clean with linter
Recently, one of our customers requested that mobile devices should communicate with backend via JSON API. We started implementing an endpoint for registering customers.