Class NSJSONWritingOptions


  • public final class NSJSONWritingOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FragmentsAllowed
      Sorts dictionary keys for output using [NSLocale systemLocale].
      static long PrettyPrinted  
      static long SortedKeys
      Sorts dictionary keys for output using [NSLocale systemLocale].
      static long WithoutEscapingSlashes
      Sorts dictionary keys for output using [NSLocale systemLocale].
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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