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