GNUnet 0.21.1
gnunet_gnsrecord_json_lib.h File Reference

API that can be used to manipulate JSON GNS record data. More...

Include dependency graph for gnunet_gnsrecord_json_lib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct GNUNET_JSON_Specification GNUNET_GNSRECORD_JSON_spec_gnsrecord (struct GNUNET_GNSRECORD_Data **rd, unsigned int *rd_count, char **name)
 JSON Specification for GNS Records. More...
 
json_t * GNUNET_GNSRECORD_JSON_from_gnsrecord (const char *rname, const struct GNUNET_GNSRECORD_Data *rd, unsigned int rd_count)
 Convert GNS record to JSON. More...
 

Detailed Description

API that can be used to manipulate JSON GNS record data.

Definition in file gnunet_gnsrecord_json_lib.h.