json_not_found.pony

1
2
3
4
primitive JsonNotFound is Stringable
  """Sentinel value indicating a JSON path did not lead to a value."""

  fun string(): String iso^ => "JsonNotFound".clone()