Node Export Beautifier
Component ID
2316377
Component name
Node Export Beautifier
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
747
Component created
Component changed
Component body
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
