JsonReader doesn't support unquoted element names that start with an underscore

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • 1.3.1
    • Affects Version/s: 1.3
    • Component/s: None
    • None
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None

      To reproduce:

      var json = "

      { _x : 2 }

      ";
      var document = BsonSerializer.Deserialize<BsonDocument>(json);

      When the element name is quoted there is no problem.

            Assignee:
            Robert Stam
            Reporter:
            Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: