jsonml-walk
Walk a loose jsonml tree with hooks
Example
var walk = var console = // Log all tag names pre-order// -> div// -> p// -> span// -> b // Log all text nodes pre-order// -> hello// -> world
Installation
npm install jsonml-walk
Contributors
- Matt-Esch