24 return to_json(tid, value);
42const char*
from_json(flecs::entity_t tid,
void* value,
const char *json) {
FLECS_API char * ecs_world_to_json(ecs_world_t *world)
Serialize world into JSON string.
FLECS_API char * ecs_ptr_to_json(const ecs_world_t *world, ecs_entity_t type, const void *data)
Serialize value into JSON string.
FLECS_API const char * ecs_ptr_from_json(const ecs_world_t *world, ecs_entity_t type, void *ptr, const char *json, const ecs_from_json_desc_t *desc)
Parse JSON string into value.
flecs::string to_json(const T *value)
Serialize value to JSON.
flecs::string to_json()
Serialize world to JSON.
const char * from_json(flecs::entity_t tid, void *value, const char *json)
Deserialize value from JSON.
const char * from_json(T *value, const char *json)
Deserialize value from JSON.
flecs::string to_json(flecs::entity_t tid, const void *value)
Serialize untyped value to JSON.