Fastest way to load a list from json

  • Thread starter Thread starter moondaddy
  • Start date Start date
M

moondaddy

Guest
What is the fastest way to load a large json file into a list of objects? For example, if I have a blob of json (100,000+ persons) that represents a list of persons each having 15 properties or fields, what is the most efficient way to load the person class 100,000+ times?

Thanks.

Continue reading...
 
Back
Top