liteserver / binn

Binary Serialization
Apache License 2.0
440 stars 58 forks source link

Iterate over binn obj example #32

Closed Mango-kid closed 4 years ago

Mango-kid commented 4 years ago

I am having trouble understanding how to use binn_object_foreach. It would be great if someone could provide an example. I would like to be able to iterate through keys in the serialized data.

Thanks.

kroggen commented 4 years ago

Hi!

You can check the usage.md

There are many examples there.

If you still don't find something, feel comfortable to ask.

Mango-kid commented 4 years ago

Thanks, I didnt even see that doc, my mistake.