Interface JSONSerializer


public interface JSONSerializer
  • Method Summary

    Modifier and Type Method Description
    void write​(File outputFile, JSONNode json, boolean prettyPrint)  
    void write​(OutputStream stream, JSONNode json, boolean prettyPrint)  
    void write​(Writer writer, JSONNode json, boolean prettyPrint)  
    void write​(Path outputPath, JSONNode json, boolean prettyPrint)