JSON format value in addition to Binary, Text, XML
See original GitHub issueSadly there is no JSON format (and beautifier) option in the value window mode. Only Binary
, Text
and XML
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Binary Data in JSON String. Something better than Base64
Binary Data in JSON String. Something better than Base64 ... The JSON format natively doesn't support binary data. The binary data has to...
Read more >Serializing JSON Data into Binary Form - DotNetCurry.com
BSON is Binary JSON. This is a Binary format in which zero or more Key/Value pairs are stored as a single entity. This...
Read more >What is JSON? The universal data format - InfoWorld
The two broad camps are binary and text-based data. JSON is a text-based format, so it is readable by both people and machines....
Read more >Why do or should programmers save data in text based ...
JSON and XML are less efficient than pure binary, but what you aren't considering is that they (JSON/XML, and some other formats like...
Read more >Message output formats - IBM
With the addition of a new Web service HTTP control parameter, ... The output format is always XML. ... Binary values are base64–encoded...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We have JSON format support in DBeaver EE. We are planning to move this feature to community version in 6.2.
I downloaded
6.2
from “ea” and confirmed JSON works…Love the color coding too!
Not to get greedy, but my next feature request would be for collapsing the blocks. 😉
Also, it doesn’t work on JSON that is in an array…