Communities
Developers
Get Manager
Log In
Communities
Developers
API Docs
GitHub
Package Format Docs
Markdown Preview
Manifest Validator
Contact Us
Privacy Policy
News
Get Manager
Communities
H3VR
JsonFileIO
0.0.1
H3VR
Upload package
You are viewing a potentially older version of this package.
View Latest Version
JsonFileIO
(For making mods) Code lets you read/write JSONs full of key-value pairs to your plugin folder.
NGA
Install
Details
Details
Date Uploaded
2 years ago
Downloads
25K
Size
123KB
Dependency string
NGA-JsonFileIO-0.0.1
Download
Details
Required (0)
Versions
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Modding Wiki
Modding Discord
JsonSaveSystem
Features
Everything's under namespace NGA
Class ExtensibleDictionary is made up of a list of key-value pairs 'DictionaryEntry'
Call ExtensibleDictionary.AddEntry to create a new key-value pair, .RemoveEntry to remove it by key, and .GetValue to get it value by key
Call .ContainsKey to quickly check if a key exists
Call ExtensibleDictionary.ToJson to turn the dictionary into a string
Calling .FromJson on a valid string will return ExtensibleDictionary
Class FileIO has utilities that let you write to your own mod's folder
within the current profile
Call FileJsonIO.WriteToFile() with a filename (not a file path) and string content to write/clean-overwrite an existing file
Call .ReadFile() with a filename to read in string of that file
How to use in Your mod
MeatKit
Plugin
Collapsed Info
Nothing to see here
Planned Features
[✓] ExtensibleDictionary and FileIO classes work
Versions
0.0.1
Adds ExtensibleDictionary and FileIO
Install
Download