public static class JSONRenderer.Options
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CHILD_NAME_KEY |
static java.lang.String |
DEFAULT_CHILDREN_KEY |
Modifier and Type | Method and Description |
---|---|
JSONRenderer.Options |
withArraysForChildren(boolean b) |
JSONRenderer.Options |
withChildNameKey(java.lang.String key) |
JSONRenderer.Options |
withChildrenKey(java.lang.String key) |
JSONRenderer.Options |
withIndent(int n) |
JSONRenderer.Options |
withInitialIndent(int n) |
public static final java.lang.String DEFAULT_CHILDREN_KEY
public static final java.lang.String DEFAULT_CHILD_NAME_KEY
public JSONRenderer.Options withIndent(int n)
public JSONRenderer.Options withInitialIndent(int n)
public JSONRenderer.Options withArraysForChildren(boolean b)
public JSONRenderer.Options withChildNameKey(java.lang.String key)
public JSONRenderer.Options withChildrenKey(java.lang.String key)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"