GithubHelp home page GithubHelp logo

Comments (4)

JamesMessinger avatar JamesMessinger commented on May 14, 2024

That's odd. Can you post a sample of how you're calling JSON Schema $Ref Parser? I suspect that it may be something wrong with the parameters or usage.

Also, are you running this in Node.js or in a web browser?

from json-schema-ref-parser.

educastellano avatar educastellano commented on May 14, 2024

I'm just using it like this:

refParser.dereference('/schemas/a.json', (err, schema) => {
    if (err) {
        console.error(err)
    }
    else {
        console.log(schema)
    }
})

running in a web browser. I will do more testing tomorrow if you say it's supposed to work.

from json-schema-ref-parser.

JamesMessinger avatar JamesMessinger commented on May 14, 2024

Yeah, that should totally work. I do essentially that same thing all the time. And I have plenty of tests that cover that use-case as well. There's gotta be some difference we're missing here.

Can you try using the un-minified version of JSON Schema $Ref Parser and then stepping into the code to see what's going on?

from json-schema-ref-parser.

educastellano avatar educastellano commented on May 14, 2024

I'm closing this since I had to move to something else. I was probably using it wrong...

from json-schema-ref-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.