9 results for JSON
develwoutacause’s Twitter Archive—№ 1,318
#TIL that the #JSON spec allows parser extensions. So, I guess that means JSON is defined as a superset of itself? https://datatracker.ietf.org/doc/html/rfc8259#section-9. datatracker.ietf.org/doc/html/rfc8259#section-9
develwoutacause’s Twitter Archive—№ 317
#JSON is a terrible configuration language. Lack of comments and multi-line strings make them painful to use. JSON is a data-exhange format, not a configuration language. Why is it the
develwoutacause’s Twitter Archive—№ 1,576
RT @pragdave: Dear programming tool developers: JSON is a program-to-program data transfer mechanism. If you make users of your tool conf…
develwoutacause’s Twitter Archive—№ 351
@WestbrookJ @passle_ @OpenWc @open npx web-component-analyzer --format json > custom-elements.json Maybe I need to use --outFile which won't include the comment?
develwoutacause’s Twitter Archive—№ 278
of this of this use case. @buildsghost made a similar JSON parser ( https://github.com/jamiebuilds/json-parser-in-typescript-very-bad-idea-please-dont-use. github.com/jamiebuilds/json-parser-in-typescript-very-bad-idea-please-dont-use), this is just a (slightly) less-bad use case of the same idea.