Compass needs an end-of-character to import and to parse correctly a json document

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Works as Designed
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Compass
    • None
    • None
    • None

      Testes in Compass 1.18 on both Windows and Mac.

      Importing the following json doc fails to import the document but the UI shows that import is successful:

      {"a":"b"}
      

      If you add an end-of-line character like this it works fine:

      {"a":"b"}
      
      

      This also is NOT REPORTING an error while it should:

      {"a":"b",abc}
      

              Assignee:
              Unassigned
              Reporter:
              Ivan Grigolon
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: