JSONParser.uplugin 708 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "FileVersion": 3,
  3. "Version": 102,
  4. "VersionName": "2.2",
  5. "FriendlyName": "JSONParser",
  6. "Description": "Easy to use JSON parser",
  7. "Category": "JSON",
  8. "CreatedBy": "Socke",
  9. "CreatedByURL": "",
  10. "DocsURL": "http://virtualbird.de/ue4Doku/JSON/",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/8eda577c5b594d6b990f91b8dec8a014",
  12. "SupportURL": "mailto:unrealmarketplace@virtualbird.de",
  13. "EngineVersion": "4.27.0",
  14. "CanContainContent": false,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "JSONParser",
  19. "Type": "Runtime",
  20. "LoadingPhase": "PreLoadingScreen",
  21. "WhitelistPlatforms": [
  22. "Win64",
  23. "Win32",
  24. "Mac",
  25. "IOS",
  26. "Android",
  27. "Linux"
  28. ]
  29. }
  30. ]
  31. }