Giter Site home page Giter Site logo

Indentation about arduinojson HOT 6 CLOSED

bblanchon avatar bblanchon commented on May 13, 2024
Indentation

from arduinojson.

Comments (6)

leventesen avatar leventesen commented on May 13, 2024

It will be useful if we can set a starting indentation level so the printed string starts from any column like these ones:

{
    "key":" value"
}

or

    {
        "key":" value"
    }

from arduinojson.

bblanchon avatar bblanchon commented on May 13, 2024

I started implementing the feature, based on your first comment.
I think it's working fine, but it doesn't allow what you're asking in the second comment.

Please try it out, it's in the indented-print-decorator branch.

Meanwhile, i'll try to add a starting indentation level.

from arduinojson.

bblanchon avatar bblanchon commented on May 13, 2024

I forgot to tell you, that I updated the JsonGeneratorExample to show how to use it.

Instead of:

Serial.print(root);
// which is the same as root.printTo(Serial)

you call:

root.prettyPrintTo(Serial);

from arduinojson.

bblanchon avatar bblanchon commented on May 13, 2024

OK, I think I wrote something that will be perfect for your.
Please have a look at the IndentedPrint example

from arduinojson.

leventesen avatar leventesen commented on May 13, 2024

Yes, that's nice. I will check your new classes and their patterns in the weekend. Thanks.

from arduinojson.

leventesen avatar leventesen commented on May 13, 2024

The enhancement is suitable I think. Thanks for your effort.

from arduinojson.

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.