タグ

ブックマーク / fadefade.com (1)

  • Adding Comments to JSON - FADE FADE

    If you've ever tried to add comments to a JSON file, you'll have found that it's impossible. To clarify, I'm not talking about object literals in javascript, I'm talking about real JSON that a JSON parser can parse. This is unfortunate, especially in cases where a JSON file is being used a configuration file. It's nice to be able to document your settings. But I seem to have found a little hack th

    efcl
    efcl 2013/08/05
    実装に依存したJSON keyコメント. "use strict";にはkeyが重複してるので書けない
  • 1