jslt
jslt copied to clipboard
how can i get field of an object?
if $context is an object .
how can i get the field of it ?
$context.os does not work
Please give us more context. What is the input, jstl code etc.
val jslt = Parser.compileString({"os":$context.os})
jslt.apply(mapOf("context" to POJONode(Context(os="ANDROID"))),{})