Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ parse_float
Function
parse_float
src/core/json/json.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
f32 parse_float(const char *json)
150
{
151
return (f32)parse_number(json);
152
}
153
154
bool parse_bool(const char *json)
155
{
Callers
15
test_json
Function · 0.50
test_sjson
Function · 0.50
compile
Function · 0.50
parse_uniforms
Function · 0.50
parse
Function · 0.50
parse_decl_comment
Method · 0.50
compile
Function · 0.50
parse_float_array
Function · 0.50
compile_collider
Function · 0.50
compile_actor
Function · 0.50
compile_mover
Function · 0.50
joint_common_parse
Function · 0.50
Calls
1
parse_number
Function · 0.70
Tested by
2
test_json
Function · 0.40
test_sjson
Function · 0.40