use the classpath of this package to find the Json files. The package name is e.g.
"com.example.a"path without to .json extension to a Json file or a directory containing Json files
a play.api.libs.json.JsObject when resourcePath points to a file, or if the resourcePath points to a directory a play.api.libs.json.JsArray containing all the Json files in the directory
the path of the Json resource including the extension .json
the JsValue as Option or None if not found
the JsValue as Option or None if not found
the JsValue as Option or None if not found
path to directory
resource paths to all Json resources in the directory
path to directory
URLs to all Json resources in the directory
Patch Json according to IETF RFC 6902
Patch Json according to IETF RFC 6902
the path of the Json resource including the extension .json
the path of the patch resource including the extension .json-patch
the patched Json resource or None if either the resource or the patch do not exist