Skip to content
Snippets Groups Projects
Commit 86f9ddd6 authored by Sergey Linev's avatar Sergey Linev Committed by Philippe Canal
Browse files

json: more improvements in array compression

Now array like        [3,3,3,3,3,3,1,2,2,2,2,2,2,2]
will be compressed as {v:3,n:6,v1:1,v2:2,n2:6}
If string representaion of value longer then 1 symbol, compression will
be much better
parent ae9f2e03
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment