JContainers icon indicating copy to clipboard operation
JContainers copied to clipboard

JSON-based data structures for Papyrus - the TESV Skyrim SE scripting language

Results 13 JContainers issues
Sort by recently updated
recently updated
newest added

Possible functions which may be added if interest is high enough. * `int JArray.[Max|Min][Integer|Float] (object, start = 0, end = -1)` Run over the whole range and note which is...

help wanted
question

Every time I use a mod that save to user folder instead of game folder, Skyrim crashes. I found out is because Windows insists that folder is read-only. I tried...

I have a function that fills a JArray with the content of a a bunch of JSON files, about 6500 elements need to be placed in the JArray, but after...