xv.json
Class JSONOptions
java.lang.Object
xv.json.JSONOptions
public class JSONOptions
- extends Object
Not Implemented Yet.
A set of options for parsing/writing JSON.
Option |
Parsing |
Writing |
allowComments |
Yes |
No |
allowOctalNumbers |
Yes |
No |
allowHexNumbers |
Yes |
No |
allowUnquotedLabels |
Yes |
Yes |
- Author:
- xv
Constructor Summary |
JSONOptions(boolean allowComments,
boolean allowOctalNumbers,
boolean allowHexNumbers,
boolean allowUnquotedLabels)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRICT
public static final JSONOptions STRICT
LOOSE
public static final JSONOptions LOOSE
JSONOptions
public JSONOptions(boolean allowComments,
boolean allowOctalNumbers,
boolean allowHexNumbers,
boolean allowUnquotedLabels)
isAllowComments
public boolean isAllowComments()
isAllowOctalNumbers
public boolean isAllowOctalNumbers()
isAllowHexNumbers
public boolean isAllowHexNumbers()
isAllowUnquotedLabels
public boolean isAllowUnquotedLabels()
Copyright © 2008-2011. All Rights Reserved.