We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b726936 commit 8415f31Copy full SHA for 8415f31
1 file changed
Tiny-JSON/Tiny-JSON/Json.cs
@@ -1,6 +1,6 @@
1
namespace Tiny {
2
public static class Json {
3
- public const string Version = "1.0.1";
+ public const string Version = "1.1.1";
4
5
public static T Decode<T>(this string json) {
6
if (string.IsNullOrEmpty(json)) return default(T);
0 commit comments