Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-2091

Improve JSON export

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • clustering

      JsonExportActor is using toString() on NormalizedNode output. This is not really nice, as it relies on toString(), which is not a really stable contract.
      Furthermore it makes the data structure a blob – hence the structure is not relfected in JSON.

      Improve the export to explicitly emit a JSON structure – similar to what NormalizedNode.prettyTree().toString() does.

            Unassigned Unassigned
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: