MemoryAdvice_JsonSerialization

#include <memory_advice_debug.h>

A char* representing a serialized json object.

Summary

See also:MemoryAdvice_JsonSerialization_free for how to deallocate the memory once finished with the buffer.

Public attributes

dealloc)(struct MemoryAdvice_JsonSerialization *)
void(*
json
char *
String for the json object.
size
uint32_t
Size of the json string.

Public attributes

dealloc

void(* MemoryAdvice_JsonSerialization::dealloc)(struct MemoryAdvice_JsonSerialization *)

json

char * MemoryAdvice_JsonSerialization::json

String for the json object.

size

uint32_t MemoryAdvice_JsonSerialization::size

Size of the json string.

Deallocation callback (may be NULL if not owned).