{"id":20964569,"url":"https://github.com/sciter-sdk/json-value-visualizer","last_synced_at":"2025-05-14T09:32:47.203Z","repository":{"id":12587818,"uuid":"15258571","full_name":"sciter-sdk/json-value-visualizer","owner":"sciter-sdk","description":"sciter::value visualizer for Visual Studio","archived":false,"fork":false,"pushed_at":"2020-05-05T09:53:22.000Z","size":34,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"vsix","last_synced_at":"2025-04-02T16:05:10.531Z","etag":null,"topics":["debugger-visualizer","htmlayout","sciter","vsix"],"latest_commit_sha":null,"homepage":"http://sciter.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sciter-sdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-17T15:46:02.000Z","updated_at":"2022-10-22T06:25:43.000Z","dependencies_parsed_at":"2022-09-15T18:10:42.641Z","dependency_job_id":null,"html_url":"https://github.com/sciter-sdk/json-value-visualizer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciter-sdk%2Fjson-value-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciter-sdk%2Fjson-value-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciter-sdk%2Fjson-value-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciter-sdk%2Fjson-value-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sciter-sdk","download_url":"https://codeload.github.com/sciter-sdk/json-value-visualizer/tar.gz/refs/heads/vsix","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254112392,"owners_count":22016751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugger-visualizer","htmlayout","sciter","vsix"],"created_at":"2024-11-19T02:56:08.634Z","updated_at":"2025-05-14T09:32:42.166Z","avatar_url":"https://github.com/sciter-sdk.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## terrainformatica sciter::value (formerly known as json::value)\n\nSupported the following [sciter::value](http://terrainformatica.com/forums/topic.php?id=670) types:\n\n* undefined\n* null\n* bool\n* int\n* double\n* currency, date - displayed just as int\n* color - displayed as hexadecimal int\n* duration, angle\n* string (including #symbols)\n* bytes (as byte array)\n* array\n* map — requires a `json_value_pair` type placed in binary\n\n\nNot supported (yet):\n\n* length (int or float union?)\n* function\n* object\n* dom_object\n\n\nNote: `map` visualizer requires the following type knowledge:\n\n```cpp\ntypedef std::pair\u003csciter::value, sciter::value\u003e json_value_pair;\n\nextern json_value_pair __visualize_json_value_pair = {};\n```\n\nLast line to ensure that compiler will not remove it from binary.\n\n## Notes:\n\n**VS 2012** and higher: download VSIX from [releases](https://github.com/pravic/json-value-visualizer/releases) page.\n\n**VS 2010**: read [how to enable](http://stackoverflow.com/a/21008426/736762) autoexp.dat.\n\n**VS 2005-2008**: use [autoexp.dat](autoexp.dat.txt).\n\n\n\n## Requires:\n\nSciter 3.1 or higher. For lower versions use [htmlayout](https://github.com/pravic/json-value-visualizer/tree/htmlayout) branch.\n\n\n### Screenshot:\n\n![Debug screenshot](sciter-value.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciter-sdk%2Fjson-value-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsciter-sdk%2Fjson-value-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsciter-sdk%2Fjson-value-visualizer/lists"}