neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
678 stars 346 forks source link

fix ascii table crash on empty array or object #1893

Closed noahmay closed 1 year ago

noahmay commented 1 year ago

The ascii table currently shows empty arrays or objects as ''. This PR changes this to [] and {} respectively. This also fixes a crash where ascii-data-table does not work with empty strings.

OskarDamkjaer commented 1 year ago

abc