export_hierarchy {textAnnotatoR} | R Documentation |
Export code hierarchy to JSON format
Description
Converts the code hierarchy tree structure into a JSON string representation that can be saved or transmitted while preserving all node properties and relationships.
Usage
export_hierarchy(node)
Arguments
node |
Root node of the hierarchy tree |
Value
JSON string representation of the hierarchy
[Package textAnnotatoR version 0.1.4 Index]