Class JsonWriter

java.lang.Object
io.fluxzero.tools.jsondoclet.util.JsonWriter

public final class JsonWriter extends Object
Minimal JSON serializer tailored to the doclet's data model.
  • Method Details

    • write

      public static void write(Path path, Object value, boolean pretty) throws IOException
      Serializes the supplied value to the given path.
      Throws:
      IOException