Requested
Complexity
4/10
Description
This would allow people to provide a hierarchical key so that they can load properties within saved objects without having to load the entire object. For example:
Code: Select all
var string = ES3.Load<string>( "myKey>myProperty>mySubProperty" );