SimpleJSON being used instead of System.Text.Json #112
Replies: 2 comments 4 replies
-
|
Could you please define dangerous? |
Beta Was this translation helpful? Give feedback.
-
|
The main reason is Unity integration.
By switching away from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was just taking a look at PR #108 and honestly, it looks kind of dangerous.
SimpleJSON last code update was 2 years ago, while STJ is actively maintained by Microsoft.
Instead of changing the entire code only to support Unity, we could use conditional compilation, keeping the original code as it was and using SimpleJSON only for Unity.
On the csproj:
If it involves C# code, preprocessor directives can be used.
Beta Was this translation helpful? Give feedback.
All reactions