Encoding JSON in Desktop vs Android

Greg mentioned in another thread not to mix Dictionary into JSONItem. Bug or not, this seems like very good advice to follow.

I personally recommend that when your input and output are JSON, that you use JSONItem so that your code is clear about what it does.

2 Likes