See: Description
| Interface | Description |
|---|---|
| PArray |
Array wrapper interface for Json and Yaml parsing.
|
| PObject |
Object wrapper interface for Json and Yaml parsing.
|
| Class | Description |
|---|---|
| PAbstractObject |
Abstract class for PObject implementation.
|
| PElement |
Common parent class for the Json and Yaml wrappers.
|
| PJoinedArray |
PArray that is consists of several PArray objects merged together.
|
| Exception | Description |
|---|---|
| ObjectMissingException |
Thrown when an attribute is missing in the spec.
|