Load JSON from asset bundle.
Future<String> asset(String name, String path) { return rootBundle.loadString("assets/$name/$path"); }