CraftingJSON
Index
Interfaces
Type Aliases
Interfaces
DataDecoded
crafts
version
The version of the file format
DataEncoded
The data structure as returned by CraftingJSON.encode
crafts
A list of base64-encoded CraftingItem object strings or null if the craft is empty
date
The date & time on which the crafts were exported (see Date.toLocaleString)
version
The version of the file format
ParsingOutputBase
optionaldata
The decoded crafted item JSON data
optionalerrors
All crafted item indices within the data.crafts
list that encountered a critical error during their validation
status
The status code
ParsingOutputErr
optionaldata
The decoded crafted item JSON data
optionalerrors
All crafted item indices within the data.crafts
list that encountered a critical error during their validation
status
The status code
ParsingOutputOk
data
The decoded crafted item JSON data
errors
All crafted item indices within the data.crafts
list that encountered a critical error during their validation
status
Type Aliases
ParsingOutput
A status object based on the stringified JSON data as decoded by CraftingJSON.decode
Namespace for encoding & decoding crafting inventories to and from JSON