[
https://issues.apache.org/jira/browse/JOHNZON-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Armin Hasler updated JOHNZON-78:
--------------------------------
Description:
Implementation of encode and decode methods for JSON Pointer:
{code}
Encode: "~" -> "~0", "/" -> "~1"
Decode: "~0" -> "~", "~1" -> "/"
{code}
was:
Implementation of encode and decode methods for JSON Pointer:
Encode: "~" -> "~0", "/" -> "~1"
Decode: "~0" -> "~", "~1" -> "/"
> Encode and decode methods for JSON Pointer
> ------------------------------------------
>
> Key: JOHNZON-78
> URL: https://issues.apache.org/jira/browse/JOHNZON-78
> Project: Johnzon
> Issue Type: New Feature
> Reporter: Armin Hasler
>
> Implementation of encode and decode methods for JSON Pointer:
> {code}
> Encode: "~" -> "~0", "/" -> "~1"
> Decode: "~0" -> "~", "~1" -> "/"
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)