as disucssed with @weefuzzy we had a pre 3.6 home-made parser. we could implement it as a fall back with try like in FluidSound, or just remove it and replace by the following code which is much faster for large DS to dump to dict for instance (via the tempfile)
(
~parse = {
var str = File.readAllString("zepath");
var d = str.parseJSON;
d
};
~dic = ~parse.value;
~dic.postln;
)