Skip to content

Commit a7e5959

Browse files
author
Tanner Blair
committed
Merge branch 'feature/improve_readme' into develop
2 parents 3308cd2 + b0f1b24 commit a7e5959

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

Docs/README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# JSON-Support-for-LabVIEW
1+
# JSON Support For LabVIEW
2+
3+
LabVIEW has primitives for casting LabVIEW data to a JSON string and for casting a JSON string to LabVIEW data, but there is no good solution for dynamically creating JSON data or parsing a JSON string whose contents are unknown. JSON Support For LabVIEW addresses this by adding a JSON Value datatype as well as an API for creating, modifying, and reading JSON objects.
4+
5+
### Prerequisites
6+
7+
LabVIEW 2016 or greater
8+
9+
### Installing
10+
11+
Install the latest release using VI Package Manager. You can find the latest release [here](https://github.com/NISystemsEngineering/JSON-Support-for-LabVIEW/releases/latest)
12+
13+
## Contributing
14+
15+
Please read [CONTRIBUTING.md](Docs/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
16+
17+
## Versioning
18+
19+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/NISystemsEngineering/JSON-Support-for-LabVIEW/tags).
20+
21+
## Authors
22+
23+
* **Tanner Blair** - *Initial work* - [](https://github.com/tannerblair)
24+
25+
See also the list of [contributors](https://github.com/NISystemsEngineering/JSON-Support-for-LabVIEW/contributors) who participated in this project.
26+
27+
## License
28+
29+
This project is licensed under the Apache 2.0 - see the [LICENSE.md](Docs/license.txt) file for details

0 commit comments

Comments
 (0)