json_not_found.pony

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

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