MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / json_parse

Function json_parse

native/watchos/src/models.rs:682–684  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

680}
681
682pub fn json_parse(s: &str) -> Option<JVal> {
683 P { bytes: s.as_bytes(), pos: 0 }.val()
684}
685
686// ---------- Procedural cube mesh — for bloom_gen_mesh_cube ----------
687

Callers 1

parse_glbFunction · 0.85

Calls 1

valMethod · 0.80

Tested by

no test coverage detected