Code Monkey home page Code Monkey logo

Comments (4)

dylan-evans avatar dylan-evans commented on September 18, 2024

I found it to be reasonably clear, better to keep the readme concise:

env.validate({ a : 1 }, { type : 'object', properties : { a : { type : 'string' }} });

The term json seems valid but maybe debatable. Since JSON is a subset of javascript writing json directly in a source file is ok (although this is not strictly JSON). If the function handled an unparsed string then 'str' might be a better name since we can't know it is JSON until we parse it. Working with JSON as a string in javascript would be seriously limiting anyway, best to parse it as soon as you can.

from jsv.

nybble73 avatar nybble73 commented on September 18, 2024

Dylan - thanks for responding! Although I will debate you on json being valid. :) JSON is specifically a text format for data interchange that coincidentally is also valid javascript. I don't disagree with what you're saying about turning JSON into a actual data sooner rather than later, but I think even a single line like "Please note that input to validate() takes js data not JSON text."

Either way though, thanks for making the library. Was just talking with a buddy yesterday about JSON Schema and he was complaining the node library he was using was particularly full featured - we looked through JSV and everything he was lacking was to be found here. :)

from jsv.

dylan-evans avatar dylan-evans commented on September 18, 2024

A valid point, easy enough to put in a pull request if you're adamant. I assume that second paragraph was directed at Gary Court :-)

from jsv.

garycourt avatar garycourt commented on September 18, 2024

Thank you for the compliment. I'll add more clarification to the README next update.

from jsv.

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.