testdata-w3c-json-form

1.0.0 • Public • Published

Testdata for W3C JSON form

This repository contains test data intended to be used by people building query parsers that follows the W3C JSON form spec.

Usage

The export of this module is an array with objects following the structure below.

{
  name: String,    // A short name for this case
  fields: [{       // An array of fields
    key: String,   // - The name of this field
    value: String  // - The value of this field
  }],
  expected: Object // An object representing the expected output
}

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i testdata-w3c-json-form

    Weekly Downloads

    255

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.2 kB

    Total Files

    3

    Last publish

    Collaborators

    • linusu