Registry / serialization / awrence

awrence

JSON →
library4.0.0rbrubygemsunverified

Recursively converts all snake_case keys in a hash structure to camelBack.

gem install awrence
INSTALL
IMPORT
SIG · AWRENCE
A
awrence
serializationrubyv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Awrence
require 'awrence'

Convert snake_case hash keys to camelBack

require 'awrence' hash = { 'first_name' => 'John', 'last_name' => 'Doe' } camelized = hash.to_camelback # => { 'firstName' => 'John', 'lastName' => 'Doe' }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
2
Resources
awrence — gem install awrence · libregistry