@edirect/object-keys-string-parse
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@edirect/object-keys-string-parse

The EDirectInsure Object Keys Recursive String Parse.

Installation

npm i --save @edirect/object-keys-string-parse

Usage

import { objectKeysStringParse } from '@edirect/object-keys-string-parse';

objectKeysStringParse({ foo: { bar: 'baz' } });
//=> { 'foo.bar' : 'baz' }

Skip array parse

import { objectKeysStringParse } from '@edirect/object-keys-string-parse';

objectKeysStringParse({ foo: ['bar', 'baz'] }, { skipArray: true });
//=> { foo : ['bar', 'baz'] }

Readme

Keywords

none

Package Sidebar

Install

npm i @edirect/object-keys-string-parse

Weekly Downloads

42

Version

1.1.1

License

ISC

Unpacked Size

38.6 kB

Total Files

11

Last publish

Collaborators

  • rodrigo.prado
  • michel.bolttech
  • diogo.bolttech
  • mathais
  • robertoakang
  • samuelbolttech
  • gcmercante
  • herberts.fortuna
  • bruno.gomes
  • danielkhalebbatista
  • andsfranbolt
  • guilherme_benedeti
  • pauloazevedo-ed
  • rafael.jourdan
  • joaoferreirabolttech
  • iquirino.bolttech
  • lukaspiccinibt
  • adailson.bolttech
  • palvares_bolttech
  • plinio.altoe
  • edirectamorim
  • ricardo.coelho
  • layunne-bolttech
  • mayko.calazans
  • david.pereira
  • paulomarchi