source property

String source
final

Data source.

If a URL is specified, a Json file is read.

If a relative path is specified, the file is read from the asset data.

If data with newlines is specified, it is read directly as Json data.

データソース。

URLを指定するとJsonファイルを読み込みます。

相対パスを指定するとアセットデータからファイルを読み込みます。

改行入りのデータを指定すると直接Jsonデータとして読み込みます。

Implementation

final String source;