Json is a lightweight data exchange file format. In pcdl output from the TimeSeries mcdsts.get_conc_attribute() and mcdsts.get_cell_attribute() can store, and output from the pcdl command line command ...
By now, we have a fully working JSON parser, that can accept a string of JSON, and return its Pythonic representation. But how fast is it? Now, of course there are JSON libraries for Python written in ...