yaarix

Results 2 issues of yaarix

Hi, Im probably missing something, but im not sure i understand how random access of fields work in the java api (or in capnproto in general) lets say i have...

Hi, is there an equivalent to the Java lib `Jsoniter.deserialize` function: ```java Any any = Jsoniter.deserialize(input); // deserialize returns "Any", actual parsing is done lazily any.get("items", '*', "name", 0); //...

question