crystal-json-key-mapper

A monkey patch to globally change JSON field key formats

crystal-json-key-mapper

A hack to make JSON.mapping by default map crystal underscore names to JSON camelcase names.

Not recommended!

Limitation

All field names in crystal classes should not have uppercase letters. (Only lowercase letters and underscores.)

Installation

Add this to your application's shard.yml:

dependencies:
  crystal-json-key-mapper:
    github: liuyang1204/crystal-json-key-mapper
    branch: master

Usage

require this at the very beginning of the application.

require "json"
require "crystal-json-key-mapper"

Contributors

Repository

crystal-json-key-mapper

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • about 7 years ago
  • July 12, 2018
License

MIT License

Links
Synced at

Sat, 19 Jul 2025 23:10:57 GMT

Languages