1.0.0 • Published 5 years ago

testdata-w3c-json-form v1.0.0

Weekly downloads
99
License
MIT
Repository
github
Last release
5 years ago

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
}
1.0.0

5 years ago

0.2.1

7 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago