Skip to content

dynamsoft-dbr/template-json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON Schema for DBR Template Files

With JSON schema, you can use IntelliSense in Visual Studio Code when editing DBR template files.

How to Use

  1. Copy the file to workspace root.

  2. Press Ctrl+Shift+P to open User Setttings.

  3. Add the configuration:

    "json.schemas": [
    {
        "fileMatch": [
            "/tpl_*.json"
        ],
        "url": "./dbr.json"
    }]
  4. create template files named tpl_*.json.

    JSON schema for barcode template files

Blog

JSON Schema for Dynamsoft Barcode Reader Template Files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published