Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ parse_float
Function
parse_float
src/core/json/sjson.cpp:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
f32 parse_float(const char *json)
348
{
349
return (f32)parse_number(json);
350
}
351
352
bool parse_bool(const char *json)
353
{
Callers
5
parse_vector2
Function · 0.70
parse_vector3
Function · 0.70
parse_vector4
Function · 0.70
parse_quaternion
Function · 0.70
parse_matrix4x4
Function · 0.70
Calls
1
parse_number
Function · 0.70
Tested by
no test coverage detected