Like [render_string], but the context is JSON text (e.g. from JSON.stringify(ctx) in JS).
Skips N-API object→JSON conversion on the JS side when you already have a string; Rust still
parses to serde_json::Value before render. Build with --features fast-json on runjucks-napi
for a faster JSON parse when profiling shows ingress dominates.
Like [
render_string], but the context is JSON text (e.g. fromJSON.stringify(ctx)in JS). Skips N-API object→JSON conversion on the JS side when you already have a string; Rust still parses toserde_json::Valuebefore render. Build with--features fast-jsononrunjucks-napifor a faster JSON parse when profiling shows ingress dominates.