https://github.com/fries-byte/sharp
A json framework/alternative to make it easier programming in a .json file, it also has benefits some features that json files does not have.
https://github.com/fries-byte/sharp
easy framework json tool
Last synced: about 1 month ago
JSON representation
A json framework/alternative to make it easier programming in a .json file, it also has benefits some features that json files does not have.
- Host: GitHub
- URL: https://github.com/fries-byte/sharp
- Owner: Fries-byte
- Created: 2025-02-18T12:39:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T17:51:55.000Z (over 1 year ago)
- Last Synced: 2025-02-18T18:39:58.495Z (over 1 year ago)
- Topics: easy, framework, json, tool
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Sharp
A json (framework) alternative to make it easier programming in a .json file, it also has benefits some features that json files does not have.
## Getting started
To get started, you can use Piargs or git clone to get it. (your choise) After you've installed/downloaded Sharp, you can use two types of it, compiled or direct. Compiled it default
**Diffrence**
Direct: will let you directly run scripts in the file, like in json files
Compile: will compile the .shrp files into a .json file
to use direct, you can use ```type: "direct"```.
## Programming in it
here are all the current keywords: ```type, variables, scripts```, and comments are /* */ and // .
variables:
To use variables, use:
variables: {
hello = world,
num = 69
}
scripts:
To use variables, use:
scripts: {
hello: echo hello world, /* or */
saynum: echo $num
}
to run it use ```python runtime-sharp.py .shrp