sample_resources.json
{
"string": {
"dumb_cats":"cats are dumb",
"dumb_dogs":"dogs are dumb"
},
"error": {
"db_connection_failed":{
"dev":"The database connection failed to be created.",
"public":"There was an internal error on the website."
}
},
"image": {
"favicon":{
"path": "/am/dumb/path/favicon.ico",
"url":"/am/dumb/url/favicon.ico"
},
"big_png":{
"path": "/am_a/big_png.png"
}
},
"ns_1": {
"string": {
"str1":"I am the first string of namespace 1",
"str2":"I am the second string of namespace 1"
}
},
"scoped-function": {
"string": {
"scoped_test": "scoped test string"
}
},
"lvl1":{
"lvl2":{
"lvl3":{
"string":{
"deep_text":"deepest of text"
}
}
}
},
"type-fail": {
"string":{
"misplaced_int":876,
"misk^()#@%&*eyed@:string": "miskeyed_string_should_throw"
}
}
}