- CheckMates
- :
- CheckMates Toolbox
- :
- Scripts
- :
- deccpjson - PERL script to decode DataCenter JSON ...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
deccpjson - PERL script to decode DataCenter JSON files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


Hello,
Here is a very simple PERL script that will take as a command line argument DataCenter JSON file and print it in formatted output.
Use it to quickly review or validate your DataCenter files. If there is an error in the file an exception will be thrown.
You need PERL JSON module to run it.
Download from GitHib:
https://github.com/HGrigorov/checkpoint
An example how to use it:
# ./deccpjson /tmp/test.json | less
Hope it helps and works for you! 😀
Hello,
Here is a very simple PERL script that will take as a command line argument DataCenter JSON file and print it in formatted output.
Use it to quickly review or validate your DataCenter files. If there is an error in the file an exception will be thrown.
You need PERL JSON module to run it.
Download from GitHib:
https://github.com/HGrigorov/checkpoint
An example how to use it:
# ./deccpjson /tmp/test.json | less
Hope it helps and works for you! 😀
;Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.
