Interface MudlibJsonArrayReader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Reads a bounded slice from an array inside a mudlib-owned JSON document.
-
Method Summary
-
Method Details
-
read
Reads part of the JSON array selected by an RFC 6901 JSON Pointer.- Parameters:
path- mudlib-relative JSON file pathpointer- JSON Pointer selecting an array; the empty pointer selects a root arrayoffset- zero-based first array entry to returncount- maximum number of array entries to return- Returns:
- an LPC-compatible array slice, or LPC false when the file is unavailable
-