-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwJSON - Lightweight JSON format parser. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.5.0 | ||
* Version: v1.6.0 | ||
*/ | ||
#ifndef LWJSON_HDR_OPTS_H | ||
#define LWJSON_HDR_OPTS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,33 @@ | ||
{ | ||
"name": "LwJSON", | ||
"version": "1.5.0", | ||
"description": "Lightweight JSON parser for embedded systems with support for inline comments", | ||
"keywords": "json, javascript, lightweight, parser, stm32, manager, library, comment, object, notation, object notation", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MaJerle/lwjson.git" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Tilen Majerle", | ||
"email": "[email protected]", | ||
"url": "https://majerle.eu" | ||
} | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/MaJerle/lwjson", | ||
"dependencies": { | ||
|
||
}, | ||
"frameworks": "*", | ||
"platforms": "*", | ||
"export": { | ||
"exclude": [ | ||
".github", | ||
"dev", | ||
"docs", | ||
"**/.vs", | ||
"**/Debug", | ||
"build", | ||
"**/build" | ||
] | ||
} | ||
"name": "LwJSON", | ||
"version": "1.6.0", | ||
"description": "Lightweight JSON parser for embedded systems with support for inline comments", | ||
"keywords": "json, javascript, lightweight, parser, stm32, manager, library, comment, object, notation, object notation", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MaJerle/lwjson.git" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Tilen Majerle", | ||
"email": "[email protected]", | ||
"url": "https://majerle.eu" | ||
} | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/MaJerle/lwjson", | ||
"dependencies": {}, | ||
"frameworks": "*", | ||
"platforms": "*", | ||
"export": { | ||
"exclude": [ | ||
".github", | ||
"dev", | ||
"docs", | ||
"**/.vs", | ||
"**/Debug", | ||
"build", | ||
"**/build" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwJSON - Lightweight JSON format parser. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.5.0 | ||
* Version: v1.6.0 | ||
*/ | ||
#ifndef LWJSON_HDR_H | ||
#define LWJSON_HDR_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwJSON - Lightweight JSON format parser. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.5.0 | ||
* Version: v1.6.0 | ||
*/ | ||
#ifndef LWJSON_HDR_OPT_H | ||
#define LWJSON_HDR_OPT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwJSON - Lightweight JSON format parser. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.5.0 | ||
* Version: v1.6.0 | ||
*/ | ||
#ifndef LWJSON_HDR_OPTS_H | ||
#define LWJSON_HDR_OPTS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwJSON - Lightweight JSON format parser. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.5.0 | ||
* Version: v1.6.0 | ||
*/ | ||
#include <string.h> | ||
#include "lwjson/lwjson.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwJSON - Lightweight JSON format parser. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.5.0 | ||
* Version: v1.6.0 | ||
*/ | ||
#include <stdio.h> | ||
#include <string.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwJSON - Lightweight JSON format parser. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.5.0 | ||
* Version: v1.6.0 | ||
*/ | ||
#include <string.h> | ||
#include "lwjson/lwjson.h" | ||
|