transform

Function transform 

Source
pub fn transform(input: String) -> Result<Vec<Resource>, String>
Expand description

Transform a JSON language map file into Resources.

Expected format:

{
    "key": "hello_world",
    "en": "Hello, World!",
    "fr": "Bonjour, le monde!"
}