/test/optional.let

http://github.com/fizx/parsley · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · b47c3dd5f7acd41028eff7aa024d0c70 MD5 · raw file

  1. {
  2. "title?": "//title",
  3. "foo?": ["//omg"],
  4. "bar?": "//omg",
  5. "ba?": {
  6. "linky": "wtf"
  7. }
  8. }