com.atlassian.mywork.util
Class JsonHelper

java.lang.Object
  extended by com.atlassian.mywork.util.JsonHelper

public class JsonHelper
extends java.lang.Object

This class contains utilities for dealing with JSON nodes.


Method Summary
static
<T extends org.codehaus.jackson.JsonNode>
T
copy(T node)
          Make a copy of the given JSON node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static <T extends org.codehaus.jackson.JsonNode> T copy(T node)
Make a copy of the given JSON node.

Type Parameters:
T - type of the node
Parameters:
node - node to make a copy of
Returns:
copy of the given node


Copyright © 2012 Atlassian. All Rights Reserved.