Package apple.foundation.enums
Class NSJSONWritingOptions
- java.lang.Object
-
- apple.foundation.enums.NSJSONWritingOptions
-
public final class NSJSONWritingOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longFragmentsAllowedSorts dictionary keys for output using [NSLocale systemLocale].static longPrettyPrintedstatic longSortedKeysSorts dictionary keys for output using [NSLocale systemLocale].static longWithoutEscapingSlashesSorts dictionary keys for output using [NSLocale systemLocale].
-
-
-
Field Detail
-
PrettyPrinted
public static final long PrettyPrinted
- See Also:
- Constant Field Values
-
SortedKeys
public static final long SortedKeys
Sorts dictionary keys for output using [NSLocale systemLocale]. Keys are compared using NSNumericSearch. The specific sorting method used is subject to change.- See Also:
- Constant Field Values
-
FragmentsAllowed
public static final long FragmentsAllowed
Sorts dictionary keys for output using [NSLocale systemLocale]. Keys are compared using NSNumericSearch. The specific sorting method used is subject to change.- See Also:
- Constant Field Values
-
WithoutEscapingSlashes
public static final long WithoutEscapingSlashes
Sorts dictionary keys for output using [NSLocale systemLocale]. Keys are compared using NSNumericSearch. The specific sorting method used is subject to change.- See Also:
- Constant Field Values
-
-