public final class JsonReader extends java.lang.Object implements WorkspaceReader
| Constructor and Description |
|---|
JsonReader() |
| Modifier and Type | Method and Description |
|---|---|
com.structurizr.Workspace |
read(java.io.Reader reader)
Reads and parses a workspace definition from a JSON document.
|
public com.structurizr.Workspace read(java.io.Reader reader)
throws WorkspaceReaderException
read in interface WorkspaceReaderreader - a Reader on top of the workspace definitionWorkspaceReaderException - if something goes wrong