se.unlogic.standardutils.json
Interface JsonNode

All Superinterfaces:
Serializable
All Known Implementing Classes:
JsonArray, JsonLeaf, JsonObject

public interface JsonNode
extends Serializable

Abstraction interface for all JSON components Equalizes the "component" of the "composite pattern" design pattern.

Author:
sikstromj

Method Summary
 String toJson()
           
 String toJson(StringBuilder stringBuilder)
           
 

Method Detail

toJson

String toJson()

toJson

String toJson(StringBuilder stringBuilder)


Copyright © 2011. All Rights Reserved.