Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newline in serialization #34

Open
peacekeeper opened this issue Apr 8, 2015 · 0 comments
Open

newline in serialization #34

peacekeeper opened this issue Apr 8, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@peacekeeper
Copy link
Member

if an XDI literal in the JSON serialization contains a newline, that may not be properly handled during conversion to other formats

e.g.

{
  "=markus": {
    "<#email>": {
      "&": "markus.sabadello@


gmail.com"
    }
  }
}

gets converted to

{
   "=markus": {
    "<#email>": {
      "&": "markus.sabadello@\n\n\ngmail.com"
    }
  }
}
@peacekeeper peacekeeper added the bug label Apr 8, 2015
@peacekeeper peacekeeper added this to the release-0.7 milestone Apr 8, 2015
@peacekeeper peacekeeper self-assigned this Apr 8, 2015
@peacekeeper peacekeeper modified the milestones: release-0.7, release-0.8 Jun 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant