Node Export Beautifier
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
This project aims to help all reviewers that use node_export module in their project to store nodes in code.
When something changed in exported feature, code review becomes a horror.
This module implements hook_node_export_encode_alter() and does convert packed json to styled one using https://github.com/ryanuber/projects/blob/master/PHP/JSON/jsonpp.php code.
json_encode not used here because it does not work on PHP < 5.4
Enjoy
