1. testdata-w3c-json-form
This repository contains test data intended to be used by people building query parsers that follows [the W3C JSON form spec](http://www.w3.org/TR/html-json-forms/).
testdata-w3c-json-form
Package: testdata-w3c-json-form
Created by: LinusU
Last modified: Mon, 27 Jun 2022 05:25:05 GMT
Version: 1.0.0
License: MIT
Downloads: 830
Repository: https://github.com/LinusU/testdata-w3c-json-form

Install

npm install testdata-w3c-json-form
yarn add testdata-w3c-json-form

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

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code