neo4jrb / neo4j-ruby-driver

Neo4j Ruby Driver
MIT License
38 stars 28 forks source link

Get rid of camel case in testkit-backend #136

Closed klobuczek closed 2 years ago

klobuczek commented 2 years ago

Convert camel case to underscore in serializer/deserializer of testkit-backend instead of working with the non ruby camelCase names. Useful resources: https://ruby-doc.org/stdlib-3.1.2/libdoc/json/rdoc/JSON.html#module-JSON-label-Parsing+Options https://github.com/rails/rails/blob/dce43bb01d85d09c0f7423719b1052d59a6ab3b0/activesupport/lib/active_support/core_ext/hash/keys.rb#L65