Giter VIP home page Giter VIP logo

Comments (8)

rhalff avatar rhalff commented on August 16, 2024 2

@biblicalph I went on and implemented this feature, the option name is keepArray

Usage:

var dot = require('dot-object');

var inData = {
    name: 'foo',
    arrayData: [1,2,3,{nestedObject: 'foo'}],
    nested: {
        nestedFoo: 'foo',
        nestedArrayData: [1,2,3,{nestedObject: 'foo'}]
    }
}

dot.keepArray = true

const res = dot.dot(inData);

console.log(JSON.stringify(res, null, 2));

from dot-object.

murilobd avatar murilobd commented on August 16, 2024 1

I've created a PR (#52 ) to add this keepArray to doc

from dot-object.

biblicalph avatar biblicalph commented on August 16, 2024

I totally agree @jpeltoniemi. useArray option doesn't work with dot. I looked over the code and can confirm that. I'd be happy to submit a PR though @rhalff

from dot-object.

biblicalph avatar biblicalph commented on August 16, 2024

@rhalff is this a scenario you want to capture or not?

from dot-object.

rhalff avatar rhalff commented on August 16, 2024

useArray is not used by the .dot() method. It is used to interpret numeric values as object properties.

See: https://github.com/rhalff/dot-object/blob/c25606e8514723bc45da2f2f65fb11a70ec655bf/test/data/object_deep_numeric_keys2.json

Perhaps introduce a keepArrays option? Not sure what the option name should be.

from dot-object.

biblicalph avatar biblicalph commented on August 16, 2024

@rhalff sure. keepArrays sounds good. I'll make some time to submit a PR if that sounds okay

from dot-object.

rhalff avatar rhalff commented on August 16, 2024

@biblicalph ok, that would be great :-)

from dot-object.

rhalff avatar rhalff commented on August 16, 2024

Thanks, I've merged it.

from dot-object.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.