Added support for formatted JSON viewer/editor when interacting with data in a JSON column. Fixes #5198
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e214ca8fb9df8669e1f293fb06164b63b52b1fc Author: Yogesh Mahajan <yogesh.maha...@enterprisedb.com> Modified Files -------------- docs/en_US/editgrid.rst | 80 ++++ .../images/json_editor_code_preview_tool_bar.png | Bin 0 -> 16055 bytes docs/en_US/images/json_editor_modes.png | Bin 0 -> 396571 bytes .../images/json_editor_tree_form_mode_tool_bar.png | Bin 0 -> 15521 bytes docs/en_US/release_notes_5_6.rst | 1 + web/package.json | 1 + web/pgadmin/feature_tests/view_data_dml_queries.py | 25 +- web/pgadmin/static/css/style.css | 2 + web/pgadmin/static/js/slickgrid/editors.js | 155 +++++--- web/pgadmin/static/scss/_jsoneditor.overrides.scss | 406 +++++++++++++++++++++ web/pgadmin/static/scss/pgadmin.scss | 1 + .../tools/sqleditor/static/scss/_sqleditor.scss | 14 + web/regression/feature_utils/locators.py | 2 + web/webpack.shim.js | 1 + web/yarn.lock | 64 +++- 15 files changed, 708 insertions(+), 44 deletions(-)