you mean "Loading own jsoned pref file"?
You can Load and Save em from "/Saves/PluginData/yourname/something.json" with SuperController.singleton.LoadJSON(path) and SaveJSON(path)
json will be loaded as SimpleJSON.JSONNode
and Perhaps in your case you'd better make Person node in single file...