JSON field view?

I work on a number of JSON fields in mysql, which we currently store in longtext field (not quite new enough for the json field type) and I'm wondering if 0xDBE has, or will have any nice formatting options for it.  I typically end up cutting and pasting into a json formatter, or trying to read it in an interminable horizontal format.  It'd be nice to integrate a pretty JSON viewer.

0

Hi Andrew,

0xDBE has Json support. Have you tried it? Formatting,syntax colouring and some advanced editing is supported for file types with *.json excention. Does it not work for you? Please check also https://www.jetbrains.com/dbe/help/json.html

0

There is Edit As JSON action available, please check it.
AditAsJson.png

0
Avatar
Permanently deleted user

go for JSON tools such as http://codebeautify.org/jsonviewer and https://jsonformatter.org  to debug and validate JSON data.

0

请先登录再写评论。