Skip to content

v1.1.3

Choose a tag to compare

@pardnchiu pardnchiu released this 27 Oct 07:28

Features

  • Allow importing CSS via custom paths
    editor = new JSONEditor({
       ...
       css: "https://cdn.jsdelivr.net/npm/@pardnchiu/nanojson@1.1.3/dist/NanoJSON.css",
       ...
    });