--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
1. Why JSON? This format was created for data serialization, and isn't suited for maintaining by humans.
2. Isn't it better to create a format every package manager would be capable of using natively? And compile out of it only as a temporary measure.
Am 04.02.2014 um 13:46 schrieb Alex Kocharin <al...@kocharin.ru>:1. Why JSON? This format was created for data serialization, and isn't suited for maintaining by humans.We could support cjson (https://github.com/kof/node-cjson) or yml ... but I am not sure that json is an issue here. I personally had never a need to use something more expressive in this case, but I am open for it.
2. Isn't it better to create a format every package manager would be capable of using natively? And compile out of it only as a temporary measure.If you are about json vs. yml etc. ... I don't think package managers want to support all of them ...
04.02.2014, 17:01, "Oleg Slobodskoi" <ole...@googlemail.com>:Am 04.02.2014 um 13:46 schrieb Alex Kocharin <al...@kocharin.ru>:1. Why JSON? This format was created for data serialization, and isn't suited for maintaining by humans.We could support cjson (https://github.com/kof/node-cjson) or yml ... but I am not sure that json is an issue here. I personally had never a need to use something more expressive in this case, but I am open for it.YAML of course. It's the most sensible general purpose format used for config files (unless your tool is able to change that config on the fly in which case the issue starts to be complicated).
--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "nodejs" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nodejs/qnBP3jF7Phg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nodejs+un...@googlegroups.com.