pub fn transform(input: String) -> Result<Vec<Resource>, String>
Transform a langcodec::Resource array JSON file to a Vec<langcodec::Resource>. This format is a direct representation of langcodec::Resource objects in JSON.
langcodec::Resource
Vec<langcodec::Resource>