RunKit + npm: downlink

node v14.20.1
version: master
endpointsharetweet
var downlink = require("downlink").default console.log( downlink(` { "foo": true, "bar": 3.14, "hype": "beast", "favorites": ["breakfast", "lunch"], "clients": [ { "id": 1, "name": "Stan", "contact-info": { "phone": "+1 (111) 111-1111", "email": "stan@company.com" } }, { "id": 2, "name": "Beth", "contact-info": { "phone": "+1 (222) 222-2222", "email": "bethany@company.com" }, "isAdmin": true } ], "yikes": [true, 2, "three"] } `) )
Created from: https://npm.runkit.com/downlink
Loading…

no comments

    sign in to comment