static Map unstructureMap(S s) { ret (Map) unstructure(s); } static Map unstructureMap(S text, bool allDynamic, O classFinder) { ret (Map) unstructure(text, allDynamic, classFinder); }