ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.05k stars 289 forks source link

What does bUseIncrementalParser do in method DecodeJson,why not use official method #420

Closed saltFishxxx closed 11 months ago

ufna commented 11 months ago

Hi @saltFishxxx ,

Incremental parser is more memory and cpu optimized (streamed) than default one (no streaming), but has some corner cases (so that's optional to use it). We're using it for our studio projects all the time :)