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

Employ JSON Literals instead of tricky json serialized string #22

Open
chigix opened this issue Oct 26, 2019 · 0 comments
Open

Employ JSON Literals instead of tricky json serialized string #22

chigix opened this issue Oct 26, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@chigix
Copy link
Owner

chigix commented Oct 26, 2019

It seems that JSON Literals specification drafted for JSON-LD v1.1 has been implemented in Json-ld javascript library:

digitalbazaar/jsonld.js#325

The usage of json serialization as a string should be removed like the following case:

labels: JSON.stringify(TRANSLATION.simpleEntry),

@chigix chigix added the enhancement New feature or request label Oct 26, 2019
@chigix chigix added this to the 0.7.0 milestone Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant