camelize

Convert json node to camelcase

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.2.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:17

Authors

  • kixixixixi

Installation

nimble install camelize
choosenim install camelize
git clone https://github.com/kixixixixi/camelize

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
camelize - - - - - - -

Dependencies

Package Version Optional
nim >= 1.2.0 No

Source

Repository https://github.com/kixixixixi/camelize
Homepage https://github.com/kixixixixi/camelize
Registry Source nimble_official

README

camelize

Convert json node to camelcase

Usage

import camelize
import json

camelize(%*{"snake_case": 1, "kebab-case": 2}) # %*{"snakeCase": 1, "kebabCase": 2}