Home | History | Annotate | Download | only in json_comment_eater
      1 // Copyright 2013 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 // Test API.
      6 { "namespace": "test",
      7   "comments": "yo",  // Comments all have a // in them.
      8   "strings": "yes",  // Comment with "strings" and " character
      9   "escaped\"": "string\"isescaped",
     10   "more//": "\"more",
     11   "so\\many": "\\\\escapes\\\\\"whoa",
     12   "comment//inmiddle": "of string"
     13 }
     14