-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: zhangicong/SimpleJSON
base: master
head repository: Bunny83/SimpleJSON
compare: master
- 19 commits
- 5 files changed
- 6 contributors
Commits on Mar 19, 2020
-
Dan Duong committed
Mar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 0f07610 - Browse repository at this point
Copy the full SHA 0f07610View commit details
Commits on Sep 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cb50cce - Browse repository at this point
Copy the full SHA cb50cceView commit details
Commits on Sep 19, 2020
-
Fixed ReadColor component order (I don't know how that even happened …
…-.-). Added default alpha values when reading color values without an alpha component
Configuration menu - View commit details
-
Copy full SHA for baed3f9 - Browse repository at this point
Copy the full SHA baed3f9View commit details -
Merge pull request Bunny83#32 from danvietduong/master
Add ulong support.
Configuration menu - View commit details
-
Copy full SHA for 1eed6dc - Browse repository at this point
Copy the full SHA 1eed6dcView commit details -
- Added Clear() method to JSONNode.
- The parser will now automatically mark arrays or objects as inline when it doesn't contain any new line characters. This should more or less preserve the layout. - Added new extension file "SimpleJSONDotNetTypes.cs" to provide support for some basic .NET types like decimal, char, byte, sbyte, short, ushort, uint, DateTime, TimeSpan and Guid as well as some nullable types. - Fixed an error in the Unity extension file. The Color component order was wrong (it was argb, now it's rgba) - There are now two static float variables (ColorDefaultAlpha and Color32DefaultAlpha) to specify the default alpha values when reading UnityEngine.Color / Color32 values where the alpha value is absent. The default values are 1.0f and 255 respectively.
Configuration menu - View commit details
-
Copy full SHA for 029f124 - Browse repository at this point
Copy the full SHA 029f124View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0ffec13 - Browse repository at this point
Copy the full SHA 0ffec13View commit details
Commits on Oct 4, 2020
-
Merge pull request Bunny83#37 from ignus2/master
Fixed null string implicit conversion
Configuration menu - View commit details
-
Copy full SHA for c6ed991 - Browse repository at this point
Copy the full SHA c6ed991View commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d351dd3 - Browse repository at this point
Copy the full SHA d351dd3View commit details -
Merge pull request Bunny83#38 from ziobernamac/master
Fix for ReadColor & ReadColor32
Configuration menu - View commit details
-
Copy full SHA for 7a35246 - Browse repository at this point
Copy the full SHA 7a35246View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f5aa4 - Browse repository at this point
Copy the full SHA e2f5aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc5622 - Browse repository at this point
Copy the full SHA 6fc5622View commit details
Commits on Feb 6, 2021
-
Added "#if UNITY_5_3_OR_NEWER" to exclude the Unity specific extension from non Unity projects
Configuration menu - View commit details
-
Copy full SHA for b0dd3c0 - Browse repository at this point
Copy the full SHA b0dd3c0View commit details
Commits on Feb 23, 2021
-
Replaced "s is null" with "s == null" for backward compatibility.
Configuration menu - View commit details
-
Copy full SHA for ac13597 - Browse repository at this point
Copy the full SHA ac13597View commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 747cf4e - Browse repository at this point
Copy the full SHA 747cf4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb36c9 - Browse repository at this point
Copy the full SHA fdb36c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb748f5 - Browse repository at this point
Copy the full SHA cb748f5View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4861b9e - Browse repository at this point
Copy the full SHA 4861b9eView commit details
Commits on Dec 13, 2023
-
JsonObject's indexer performance improvement:
Changed JsonObject's indexer operator to use Dictionary.TryGetValue(key, out value) instead of checking the existence of the key by calling Dictionary.Contains(key) before returning the value.
Configuration menu - View commit details
-
Copy full SHA for 81d9a34 - Browse repository at this point
Copy the full SHA 81d9a34View commit details
Commits on Mar 17, 2025
-
Merge pull request Bunny83#57 from navidbigdeli54/master
JSONObject's indexer performance improvement
Configuration menu - View commit details
-
Copy full SHA for c202d53 - Browse repository at this point
Copy the full SHA c202d53View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master