SimpleJSON being used instead of System.Text.Json #112
alexandrehtrb
started this conversation in
General
Replies: 2 comments 4 replies
|
Could you please define dangerous? |
3 replies
|
The main reason is Unity integration.
By switching away from |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All reactions