Git Product home page Git Product logo

Comments (2)

rlidwka avatar rlidwka commented on July 17, 2024 1

If you read YAML and dump it, the content changes.

The content doesn't change. Only its representation does. Quotes in YAML are optional, so library may choose not to insert them.

js-yaml does not keep any information about original document (quotes, whitespace, comments) - these kind of things will get lost when dumping.

To keep that information, you'd need entirely different kind of library (not yaml loader, but yaml editor), and I'm not aware of any existing ones.

FYI, I stopped using this library and switched to writing json files.

Uhh... please look at yaml library. Or toml file format. Or json5. Or any other format that is suited for the job.

Writing config files in json is an extremely poor decision, since json is a data serialization format, not a config file format. It should never be written by humans (verbose syntax, lack of comments, etc.).

from js-yaml.

aaronscribner avatar aaronscribner commented on July 17, 2024

FYI, I stopped using this library and switched to writing json files. This is too buggy and requires too many hacks.

from js-yaml.

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.