Toml: The "Comparison" section doesn't state if there would be any pitfalls to using TOML for data interchange

Created on 28 Jun 2016  路  7Comments  路  Source: toml-lang/toml

Its probably unnecessary, but Readme.md touches on data exchange, but doesn't state if there if there would be any obvious pitfalls to using it for data exchange program to program.

It could give newcomers (such as myself) a better understanding of usecases if such details were expanded upon.

enhancement

Most helpful comment

@workingjubilee Yes, almost! :)

All 7 comments

I think we'd be happy to accept a PR for this.

Here are some issues using yaml for embedded data interchange.
https://github.com/yaml/yaml/issues/41

Personally, I think the --- and ... document markers are useful for notifying endpoints that a unit of data is ready for processing without closing a connection. The lack of a header also means data must be identified by something other than magic.

I welcome PRs for fixing this issue. Please feel free to file a PR and post a comment here if you do. :)

I believe something like #636 is what you were looking for?

@workingjubilee Yes, almost! :)

Cool, hopefully this wraps that up and answers @benrob0329's question (and also answers a few recurring issues generally?)!

It does! Thanks @workingjubilee!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Suhoy95 picture Suhoy95  路  4Comments

jakwings picture jakwings  路  3Comments

hukkin picture hukkin  路  4Comments

LongTengDao picture LongTengDao  路  4Comments

chillum picture chillum  路  4Comments