You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by "Armin Hasler (JIRA)" <ji...@apache.org> on 2016/05/11 13:53:13 UTC

[jira] [Updated] (JOHNZON-78) Encode and decode methods for JSON Pointer

     [ 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:

Encode: '~' -> '~0', '/' -> '~1'
Decode: '~0' -> '~', '~1' -> '/'

  was:Implementation of encode and decode methods for JSON Pointer


> 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:
> Encode: '~' -> '~0', '/' -> '~1'
> Decode: '~0' -> '~', '~1' -> '/'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)