We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfc2701 + 89bb702 commit 444f823Copy full SHA for 444f823
README.md
@@ -47,9 +47,9 @@ This gem implements an optimized streaming writer used for generating JSON-LD fr
47
JSON::LD::API.expand(input) =>
48
49
[{
50
- "http://xmlns.com/foaf/0.1/name": ["Manu Sporny"],
51
- "http://xmlns.com/foaf/0.1/homepage": ["http://manu.sporny.org/"],
52
- "http://xmlns.com/foaf/0.1/avatar": ["http://twitter.com/account/profile_image/manusporny"]
+ "http://xmlns.com/foaf/0.1/name": [{"@value"=>"Manu Sporny"}],
+ "http://xmlns.com/foaf/0.1/homepage": [{"@value"=>"http://manu.sporny.org/"}],
+ "http://xmlns.com/foaf/0.1/avatar": [{"@value": "http://twitter.com/account/profile_image/manusporny"}]
53
}]
54
55
### Compact a Document
0 commit comments