JSONFormatter.processNode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string processNode(string name, string attributes, string content, int nodeDepth)
    class JSONFormatter(bool _strip, string _indent = "\t")
    override
    string
    processNode
    (
    string name
    ,
    string attributes
    ,
    string content
    ,)
  2. string processNode(string name, string attributes, string content, int nodeDepth, bool nameless)

Meta