Skip to content

We need the /serializers/jsonld.js Promise can fullfiled to a jsonLD to use it in AngularJS #4

@StatelessCat

Description

@StatelessCat

Want to do something like this :

serializerJsonLd.jsonld(g, function(line) {
            console.log(line);
        }).then(function(jsonLD) {
            console.log(jsonLD);
            // here i want a Json document to work with in my browser
        });

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions