Skip to content

Handle Large Arrays with the JSON editor

Engelbert Niehaus edited this page Jun 24, 2017 · 14 revisions

Large Array

Depending on the size your JSON file you want to edit with the JSON Editor large arrays can easily drive the Javascript engine of you browser towards a timeout. In a testing environment 900 records with meta information about the marker on map in OpenLayers map exceeded the capacity of the JSON editor.

The solution is a wrapper for the JSON editor. Jeremy Dorns JSON editor is used for single records (a hash/object) of a single geolocation marker and the wrapper lets you navigate and select the JSON the record.

Clone this wiki locally