| Package | Description |
|---|---|
| us.bpsm.edn |
This package provides the classes (not already provided by Java)
needed to represent edn values.
|
| us.bpsm.edn.parser |
This package provides a Parser for edn.
|
| Class and Description |
|---|
| EdnException
EdnException is thrown when something goes wrong during the
operation of edn-java.
|
| Keyword
A Keyword is Named.
|
| Named
A named thing has a local
name which may be further qualified by a
prefix. |
| Symbol
A Symbol is Named.
|
| Tag
A Tag is Named.
|
| TaggedValue
A Tagged value that received no specific handling because the Parser
was not configured with a handler for its tag.
|
| Class and Description |
|---|
| Tag
A Tag is Named.
|
Copyright © 2019. All rights reserved.