json-parser failes with gc_mode=2
Monkey Forums/Monkey Bug Reports/json-parser failes with gc_mode=2
| ||
i use the json-parser (latest version 78h) with a json-file of about 4mb. when i use gc_mode=2, the json-parser seems to loose values. even worse, when i now call .ToJson(), it never returns. when i go back to gc_mode=1 everything works fine, but i need to use gc_mode=2. please help. thanks |
| ||
Can you send me the project? Unless I can reproduce the problem, I can't really fix it... [edit]Okay, have managed to crash a large json file! investigating...[/edit] |
| ||
Ok, just uploaded v79b with some fixes for gc_mode 2. If you're still having problems, could you please email me a minimal example+json data that crashes? |
| ||
Awesom, thank you very much! The first walk through is working perfectly with v79b. |