A class that stores data structures with arbitrary structure. More...
Go to the source code of this file.
Classes | |
class | PData |
Class PData allows the construction of arbitrary data structures. More... |
A class that stores data structures with arbitrary structure.
Valid types: "null", "int", "string", "float", "list", "map". ints are implemented as longs, floats are implemented as doubles. The structures are all designed to resemble Python to some extent.