Coder Social home page Coder Social logo

Support for arrays of tables about jtoml HOT 2 OPEN

agrison avatar agrison commented on August 19, 2024
Support for arrays of tables

from jtoml.

Comments (2)

agrison avatar agrison commented on August 19, 2024

Hey @quux00 thank you for that issue. You're totally right, the table of tables are not implemented at all in jtoml, but I will take a look at it today or tomorrow, it seems not that complicated since it looks alot like toml tables.

For your final note, I think that jtoml is strict regarding the toml spec where we can see table keys explained like this.

Under that, and until the next table or EOF are the key/values of that table. Keys are on the left of the equals sign and values are on the right.

So in your example the baz key should be grouped in the fruit.variety context. This means also that tables and table of tables are dedicated to be defined at the end of a Toml file.

Besides, since table of tables is not implemented, they are seen as simple toml tables by jtoml (meaning no duplicates) and the key is what the regex has matched inside [(.*)] which is [fruit], so if you System.out.println(t.get("[fruit]")); it outputs {name=banana} which is a map having a simple key name whose value's banana.

I'll take a look at implementing it asap 😉

from jtoml.

quux00 avatar quux00 commented on August 19, 2024

Cool. I agree with your analysis of the "baz" section of the doc. I tired it with another parser and it interprets baz as a property of the nested fruit array, so I retract that issue.

However, I have noticed that jtoml does not error out when a file has an invalid format. I just stops parsing. I think that is really dangerous.

from jtoml.

Related Issues (16)

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.