public interface JsonRenderer
| Modifier and Type | Method and Description | 
|---|---|
| String | render(Object object,
      Map<String,Object> options)Renders an object to JSON given any supplied options. | 
@Nullable String render(@Nullable Object object, @Nonnull Map<String,Object> options)
object - the object to renderoptions - any options the renderer should take into considerationCopyright © 2024 Atlassian. All rights reserved.