In ArangoDB there is an automatic mapping from JSON datatypes to VelocyPack 
datatypes and back:

- JSON null: 0x18
- JSON boolean: 0x19 or 0x1a
- JSON number: 0x1b (floating point), 0x20 - 0x3f  (integers)
- JSON string: 0x40 - 0xbf
- JSON array: 0x01 - 0x09 or 0x13
- JSON object: 0x0a - 0x0e or 0x14

I am not sure if this is what you need. If not, could you supply further 
information on what kind of type mapping you are interested in (and in 
which place i.e. ArangoDB server or client driver)?
Thanks
Jan


Am Samstag, 11. März 2017 07:55:53 UTC+1 schrieb Rus Brushkoff:
>
> Hello,
>
> Is it possible to see the mapping of the document attributes to velocypack 
> datatypes (> 3.x I think) ? It would be useful for debug and optimization 
> process.
>
> TIA, Rus
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to