Skip to content

Commit a61c25c

Browse files
authored
Fix invalid JSON
1 parent 281a2cb commit a61c25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ As an alternative to using the producer supplied JSON names, the consumer can us
5656
Using the JSON-LD API *expand* function, this is converted to:
5757

5858
```json
59-
"http://schema.org/codeRepository": "https://github.com/DataONEorg/rdataone
59+
"http://schema.org/codeRepository": "https://github.com/DataONEorg/rdataone"
6060
```
6161

6262
Next, the consumer can use their own context file that maps from each IRI to their own local JSON names. For example, the consumer may have a context that maps the local JSON name 'repository' (as in `package.json` documents used by NPM, see [/crosswalk/node/]) to "http://schema.org/codeRepository", so using the JSON API *compact* function would result in a new CodeMeta Document with the entry:

0 commit comments

Comments
 (0)