Giter Site home page Giter Site logo

Value Iteration about json HOT 5 OPEN

doganulus avatar doganulus commented on May 30, 2024
Value Iteration

from json.

Comments (5)

vinniefalco avatar vinniefalco commented on May 30, 2024 1

@doganulus I think you should write it as an example contribution to Boost.JSON

from json.

vinniefalco avatar vinniefalco commented on May 30, 2024

This could be implemented in an example first. What is the motivating use-case?

from json.

grisumbras avatar grisumbras commented on May 30, 2024

Why specifically depth-first? Why not breadth-first? What's the use case? I agree with Vinnie, this sounds like an example.

from json.

doganulus avatar doganulus commented on May 30, 2024

We use JSON values as the configuration object for programs. Sometimes, it is nice to list all the hierarchical key-value pairs flatly. I agree that this could be a good flatten example.

"/a/b/c": 12,
"/a/b/": "XYZ",
"/a/d": true,
"/a/e/c": 23,
"/a/f/c": 44,

But more importantly, iteration support would make it easier to use std::algorithm over JSON values. For example, I want to select all keys that satisfy a certain pattern such as /a/*/c, and filter/apply an operation on them. In this case, I will easily iterate over the JSON value and check whether the key matches the expression.

Depth-first is the most natural choice for me. I know there are multiple options to drive the iteration but one must be the default.

from json.

grisumbras avatar grisumbras commented on May 30, 2024

Ok, so I am interested in this in a form of an example. I'm not exactly sold on this being general-purpose enough to be added to the library proper. BTW, have you thought about integration with Boost.Graph?

from json.

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.