暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 972B

12345678910111213141516171819202122
  1. {
  2. "name": "com.unity.nuget.newtonsoft-json",
  3. "displayName": "Newtonsoft Json",
  4. "version": "3.2.1",
  5. "unity": "2018.4",
  6. "description": "Newtonsoft Json for use in Unity projects and Unity packages. Currently synced to version 13.0.2.\n\nThis package is used for advanced json serialization and deserialization. Most Unity users will be better suited using the existing json tools built into Unity.\nTo avoid assembly clashes, please use this package if you intend to use Newtonsoft Json.",
  7. "type": "library",
  8. "relatedPackages": {
  9. "com.unity.nuget.newtonsoft-json.tests": "3.2.1"
  10. },
  11. "_upm": {
  12. "changelog": "* Fixed Newtonsoft DLL when compiling with netstandard 2.0."
  13. },
  14. "upmCi": {
  15. "footprint": "2539acbff1d09eea1674262b4f0cad9172e2bda9"
  16. },
  17. "repository": {
  18. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.nuget.newtonsoft-json.git",
  19. "type": "git",
  20. "revision": "d8e49aef8979bef617144382052ec2f479645eaf"
  21. }
  22. }