On this pageItemContainer.DataSaveJSONDeclaration#public virtual string DataSaveJSON()CopyDescription#Save data to a JSON stringUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(ItemContainer target) { string result = target.DataSaveJSON(); } }Copy