https://github.com/sciter-sdk/json-value-visualizer
sciter::value visualizer for Visual Studio
https://github.com/sciter-sdk/json-value-visualizer
debugger-visualizer htmlayout sciter vsix
Last synced: 24 days ago
JSON representation
sciter::value visualizer for Visual Studio
- Host: GitHub
- URL: https://github.com/sciter-sdk/json-value-visualizer
- Owner: sciter-sdk
- Created: 2013-12-17T15:46:02.000Z (over 11 years ago)
- Default Branch: vsix
- Last Pushed: 2020-05-05T09:53:22.000Z (about 5 years ago)
- Last Synced: 2025-04-02T16:05:10.531Z (2 months ago)
- Topics: debugger-visualizer, htmlayout, sciter, vsix
- Language: C++
- Homepage: http://sciter.com
- Size: 33.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## terrainformatica sciter::value (formerly known as json::value)
Supported the following [sciter::value](http://terrainformatica.com/forums/topic.php?id=670) types:
* undefined
* null
* bool
* int
* double
* currency, date - displayed just as int
* color - displayed as hexadecimal int
* duration, angle
* string (including #symbols)
* bytes (as byte array)
* array
* map — requires a `json_value_pair` type placed in binaryNot supported (yet):
* length (int or float union?)
* function
* object
* dom_objectNote: `map` visualizer requires the following type knowledge:
```cpp
typedef std::pair json_value_pair;extern json_value_pair __visualize_json_value_pair = {};
```Last line to ensure that compiler will not remove it from binary.
## Notes:
**VS 2012** and higher: download VSIX from [releases](https://github.com/pravic/json-value-visualizer/releases) page.
**VS 2010**: read [how to enable](http://stackoverflow.com/a/21008426/736762) autoexp.dat.
**VS 2005-2008**: use [autoexp.dat](autoexp.dat.txt).
## Requires:
Sciter 3.1 or higher. For lower versions use [htmlayout](https://github.com/pravic/json-value-visualizer/tree/htmlayout) branch.
### Screenshot:
