JsonParserGeneratorRK
JsonParserGeneratorRK copied to clipboard
Bold statement in README file
Hi,
In the README file, I can read:
SparkJson creates piles of objects that are copies of the original data during parsing.
Do you have any data to back this up? As long as you use char pointers, SparkJson doesn't make any copy; it just stores pointers.
Best regards, Benoit