Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions
afw_json.c File Reference

JSON Miscellaneous Functions. More...

#include "afw_internal.h"
#include "afw_content_type_impl_declares.h"

Go to the source code of this file.

Macros

#define AFW_IMPLEMENTATION_ID   AFW_JSON_Q_CONTENT_TYPE_SHORT
 

Functions

 afw_json_content_type_get ()
 Get the content type instance for json.
 
 AFW_DEFINE (void)
 
const afw_value_timpl_afw_content_type_raw_to_value (const afw_content_type_t *instance, const afw_memory_t *raw, const afw_utf8_t *source_location, const afw_pool_t *p, afw_xctx_t *xctx)
 
const afw_object_timpl_afw_content_type_raw_to_object (const afw_content_type_t *instance, const afw_memory_t *raw, const afw_utf8_t *source_location, const afw_utf8_t *adaptor_id, const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, afw_boolean_t cede_p, const afw_pool_t *p, afw_xctx_t *xctx)
 
void impl_afw_content_type_write_value (const afw_content_type_t *instance, const afw_value_t *value, const afw_object_options_t *options, void *context, afw_write_cb_t callback, const afw_pool_t *p, afw_xctx_t *xctx)
 
const afw_content_type_object_list_writer_timpl_afw_content_type_create_object_list_writer (const afw_content_type_t *instance, const afw_object_options_t *options, void *context, afw_write_cb_t callback, const afw_pool_t *p, afw_xctx_t *xctx)
 

Detailed Description

JSON Miscellaneous Functions.

Definition in file afw_json.c.