You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/08/28 06:48:00 UTC

[jira] [Resolved] (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 ]

Mark Struberg resolved JOHNZON-78.
----------------------------------
       Resolution: Fixed
         Assignee: Mark Struberg
    Fix Version/s: 1.0.0

Shipped with 1.0.0 already.

Txs for the patch, Armin!

> 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
>            Assignee: Mark Struberg
>             Fix For: 1.0.0
>
>
> 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.4.14#64029)