Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all programming languages to json format #41

Open
sPyOpenSource opened this issue Dec 15, 2022 · 0 comments
Open

all programming languages to json format #41

sPyOpenSource opened this issue Dec 15, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sPyOpenSource
Copy link
Owner

sPyOpenSource commented Dec 15, 2022

JSON syntax rules are simple and consistent. Data is in name/value pairs, separated by commas. Curly braces hold objects, and square brackets hold arrays. Strings are in double quotes, and numbers are without quotes. Booleans are represented by true or false, and nulls are represented by null. Whitespace can be inserted between any tokens to improve readability

@sPyOpenSource sPyOpenSource added enhancement New feature or request help wanted Extra attention is needed labels Dec 15, 2022
@sPyOpenSource sPyOpenSource self-assigned this Dec 15, 2022
@sPyOpenSource sPyOpenSource removed their assignment May 16, 2023
@sPyOpenSource sPyOpenSource changed the title to json format all programming languages to json format Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Development

No branches or pull requests

1 participant