public class SimpleJson extends Object implements NutsElementStreamFormat
| Constructor and Description |
|---|
SimpleJson(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
parseElement(Reader reader,
net.thevpc.nuts.NutsElementFactoryContext context) |
net.thevpc.nuts.NutsElement |
parseElement(String string,
net.thevpc.nuts.NutsElementFactoryContext context) |
void |
printElement(net.thevpc.nuts.NutsElement value,
net.thevpc.nuts.NutsPrintStream out,
boolean compact,
net.thevpc.nuts.NutsElementFactoryContext context) |
void |
write(net.thevpc.nuts.NutsPrintStream out,
net.thevpc.nuts.NutsElement data,
boolean compact) |
public net.thevpc.nuts.NutsElement parseElement(String string, net.thevpc.nuts.NutsElementFactoryContext context)
public void write(net.thevpc.nuts.NutsPrintStream out,
net.thevpc.nuts.NutsElement data,
boolean compact)
public net.thevpc.nuts.NutsElement parseElement(Reader reader, net.thevpc.nuts.NutsElementFactoryContext context)
parseElement in interface NutsElementStreamFormatpublic void printElement(net.thevpc.nuts.NutsElement value,
net.thevpc.nuts.NutsPrintStream out,
boolean compact,
net.thevpc.nuts.NutsElementFactoryContext context)
printElement in interface NutsElementStreamFormatCopyright © 2021 vpc open source initiative. All rights reserved.