We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af912e commit 5019005Copy full SHA for 5019005
Headers/Foundation/NSJSONSerialization.h
@@ -55,8 +55,8 @@ enum
55
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
56
/** Additional modified for indentation control when pretty-printing
57
*/
58
- GSJSONWritingIndentOneSpace = (0UL << 24),
59
- GSJSONWritingIndentTwoSpaces = (1UL << 24),
+ GSJSONWritingIndentTwoSpaces = (0UL << 24),
+ GSJSONWritingIndentOneSpace = (1UL << 24),
60
GSJSONWritingIndentFourSpaces = (2UL << 24),
61
GSJSONWritingIndentUsingTab = (3UL << 24),
62
GSJSONWritingIndentMask = (3UL << 24),
0 commit comments