mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
parser: Add JSON support with --json (#1812)
This commit is contained in:
@ -9,6 +9,13 @@ All data is separated into parts, usually as strings. The following types are us
|
||||
|
||||
Check `raylib_parser.c` for details about those structs.
|
||||
|
||||
## Command Line Arguments
|
||||
|
||||
The parser can take a few options...
|
||||
|
||||
- `--help` Displays help information about the parser
|
||||
- `--json` Outputs the header information in JSON format
|
||||
|
||||
## Constraints
|
||||
|
||||
This parser is specifically designed to work with raylib.h, so, it has some constraints:
|
||||
|
||||
Reference in New Issue
Block a user