Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
682
pub 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_glb
Function · 0.85
Calls
1
val
Method · 0.80
Tested by
no test coverage detected