We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd68fb3 commit b0e1a8bCopy full SHA for b0e1a8b
JSONSerializerPackage/Assets/Code/JSON.cs
@@ -1,7 +1,7 @@
1
/*
2
* Programmer: Hunter Goodin
3
* Date Created: 09/11/2022 @ 1:00 PM
4
- * Description: This class is the JSON object that gets written
+ * Description: This class holds the data of the json object and controls the serializing of that object.
5
*/
6
7
using System;
JSONSerializerPackage/Assets/Code/JSONTester.cs
* Date Created: 09/11/2022 @ 3:30 PM
- * Description: An example script showing how you can use this plugin to read from and write to provided .json files
+ * Description: An example script showing how you can use this package to read from and write to provided .json files.m
using UnityEngine;
0 commit comments