pub fn transform(input: String) -> Result<Vec<Resource>, String>Expand description
Transform a JSON array language map file into Resources.
Expected format:
[
{
"key": "hello_world",
"en": "Hello, World!",
"fr": "Bonjour, le monde!"
},
{
"key": "welcome_message",
"en": "Welcome to our app!",
"fr": "Bienvenue dans notre application!"
}
]