Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
JsonReaderOptions | GetReaderOptions () |
Properties | |
JsonCommentHandling | CommentHandling [get, set] |
int | MaxDepth [get, set] |
bool | AllowTrailingCommas [get, set] |
Private Attributes | |
int | _maxDepth |
JsonCommentHandling | _commentHandling |
Definition at line 3 of file JsonDocumentOptions.cs.