willContinue property

bool? willContinue
getter/setter pair

Whether this is not the last part of the same json_path.

If true, another PartialArg message for the current json_path is expected to follow.

Optional.

Implementation

core.bool? willContinue;