Modules§
Functions§
- parse_
for_ eslint_ json - parse_
for_ eslint_ json_ string - Parse WXML for ESLint and return the result as a JSON string directly,
avoiding the expensive
serde_json::from_str→ Value step. - parse_
json - parse_
json_ string - Parse WXML and return the result as a JSON string directly,
avoiding the expensive
serde_json::from_str→ Value step. Use this when the consumer will parse JSON on the JS side (e.g.JSON.parse()). - parse_
program_ with_ mode