Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ parse_int
Function
parse_int
src/core/json/json.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
s32 parse_int(const char *json)
145
{
146
return (s32)parse_number(json);
147
}
148
149
f32 parse_float(const char *json)
150
{
Callers
15
test_json
Function · 0.50
test_sjson
Function · 0.50
parse_frames
Function · 0.50
parse_output
Function · 0.50
parse_index_array
Function · 0.50
compile_sprite_renderer
Function · 0.50
compile_lod_group
Function · 0.50
parse_glyphs
Function · 0.50
compile
Function · 0.50
console_command_refresh_list
Function · 0.50
parse_data_versions
Function · 0.50
device_message_resize
Function · 0.50
Calls
1
parse_number
Function · 0.70
Tested by
2
test_json
Function · 0.40
test_sjson
Function · 0.40