Skip to content

Is it possible to parse value stored in variable? #4

@andrii-bodnar

Description

@andrii-bodnar

Hello everyone, is it possible to parse ndjson as a variable value?

Like this:

var ndjson = require("ndjson")

let string = `{"foo": "bar"}
{"hello": "world"}`;

ndjson.parse(string);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions