Module io.jstach.jstachio
Package io.jstach.jstachio.context
@NonNullByDefault
package io.jstach.jstachio.context
JStachio extended Mustache context support for context stack as well as Map and JSON
tree like models.
-
InterfacesClassDescriptionThis interface serves two puproses: A way to represent the current context stack (see
ContextNode.parent()
) Allow you to simulate JSON/Javscript object node like trees without being coupled to a particularly JSON lib.