JSON Viewer Plugin
This is JSON viewer plugin EnScript.
In addition to supporting plain-text JSON data, the script also supports JSON data compressed with Mozilla’s implementation of the LZ4 compression algorithm. Such data will have the mozLz40
file-signature.
Plain-text JSON data will be parsed from the cursor (excluding any byte-order marker). LZ4-compressed JSON data will always be parsed from the beginning of the file.
The script also allows Base64-encoded string data to be viewed/extracted.
This script was developed for use in EnCase training. For more details, please click the following link:
Download Now