Exemplo n.º 1
0
 public static extern C4SliceResult c4key_toJSON(C4KeyReader *reader);
Exemplo n.º 2
0
 public static string c4key_toJSON(C4KeyReader *reader)
 {
     using (var retVal = NativeRaw.c4key_toJSON(reader)) {
         return(((C4Slice)retVal).CreateString());
     }
 }
Exemplo n.º 3
0
 public static extern C4SliceResult c4key_readString(C4KeyReader *reader);
Exemplo n.º 4
0
 public static extern double c4key_readNumber(C4KeyReader *reader);
Exemplo n.º 5
0
 public static extern bool c4key_readBool(C4KeyReader *reader);
Exemplo n.º 6
0
 public static extern void c4key_skipToken(C4KeyReader *reader);
Exemplo n.º 7
0
 public static extern C4KeyToken c4key_peek(C4KeyReader *reader);
Exemplo n.º 8
0
 public static extern void c4key_freeReader(C4KeyReader *reader);