Exemplo n.º 1
0
 public static extern void jsonnet_json_object_append(JsonnetVmHandle vm, JsonnetJsonValue obj, string f, JsonnetJsonValue v);
Exemplo n.º 2
0
 public static extern void jsonnet_json_destroy(JsonnetVmHandle vm, JsonnetJsonValue v);
Exemplo n.º 3
0
 public static extern void jsonnet_json_array_append(JsonnetVmHandle vm, JsonnetJsonValue arr, JsonnetJsonValue v);
Exemplo n.º 4
0
 public static extern bool jsonnet_json_extract_null(JsonnetVmHandle vm, JsonnetJsonValue v);
Exemplo n.º 5
0
 public static extern int jsonnet_json_extract_bool(JsonnetVmHandle vm, JsonnetJsonValue v);
Exemplo n.º 6
0
 public static extern bool jsonnet_json_extract_number(JsonnetVmHandle vm, JsonnetJsonValue v, out double outVal);
Exemplo n.º 7
0
 public static extern IntPtr jsonnet_json_extract_string(JsonnetVmHandle vm, JsonnetJsonValue v);