Skip to content

Nested array not resolved correctly #4

@bigopon

Description

@bigopon

test:

var json = {
  "tags": ["cold", "ice", ["fire", "water"]]
};
var prettyHtml = require('json-pretty-html').default;
var html = prettyHtml(json, json.dimensions);
{
  "tags": [
    "cold",
    "ice",
    {
      "0": "fire",
      "1": "water"
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions