An open API service indexing awesome lists of open source software.

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.

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