{"id":18458387,"url":"https://github.com/icelikespy/Simplified-JSON","last_synced_at":"2025-04-08T05:34:13.063Z","repository":{"id":153749549,"uuid":"630544388","full_name":"icelikespy/Simplified-JSON","owner":"icelikespy","description":"All the goodness of JSON but with variables and neater syntaxing","archived":false,"fork":false,"pushed_at":"2024-03-04T22:37:49.000Z","size":84,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T06:51:06.891Z","etag":null,"topics":["node-module"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icelikespy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-20T15:53:12.000Z","updated_at":"2024-01-09T21:24:47.000Z","dependencies_parsed_at":"2024-03-04T23:51:35.434Z","dependency_job_id":null,"html_url":"https://github.com/icelikespy/Simplified-JSON","commit_stats":null,"previous_names":["icedoesjs/super-simple-json","icelikespy/simplified-json"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelikespy%2FSimplified-JSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelikespy%2FSimplified-JSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelikespy%2FSimplified-JSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icelikespy%2FSimplified-JSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icelikespy","download_url":"https://codeload.github.com/icelikespy/Simplified-JSON/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785919,"owners_count":20995641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node-module"],"created_at":"2024-11-06T08:18:12.513Z","updated_at":"2025-04-08T05:34:08.055Z","avatar_url":"https://github.com/icelikespy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSimplified JSON\u003c/h1\u003e\n\u003cp align=\"center\"\u003eThe JSON we all know and love, but variable support built-in\u003c/p\u003e\n\n\u003ch2 align =\"center\"\u003eWhy?\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\u003cb\u003eSimplified JSON\u003c/b\u003e orignally started out when I was creating a JSON validator, but I kept getting my sytnax wrong because of mistypes. I\ngot tired of quotes and colons, I wanted something more simple. I brainstormed if I made a version of JSON how I would want the sytntax, not only to make it \neasy to write for me but easy to read for people with no experience, they simply want to edit configs. I added support for variables, booleans are now simple\nyes and no values and no quotes are needed as type detection is built-in.\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eUsage\u003c/h2\u003e\n\u003cp align=\"center\"\u003eYou can see examples over in the \u003cb\u003eexamples\u003c/b\u003e folder.\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eSyntax\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n  - Comments: !! This is a comment \u003cbr\u003e\n  - Variable Definitions (non file): *define VarName as VarValue \u003cbr\u003e\n  - Variable Definitions (TXT file): *define VarName as require('file.txt') \u003cbr\u003e\n  - Variable Definitions (JS file): *define VarName as require('file.js') \u003cbr\u003e\n  - Variable Usage: key = *VarName* \u003cbr\u003e\n  - KV Pairs: key = value \u003cbr\u003e\n  - Objects: See examples (KV pairs in sections MUST be indented) \u003cbr\u003e\n  - Arrays (multiple items): key = [ArrayItem1, ArrayItem2] \u003cbr\u003e\n  - Arrays (single item): key = [ArrayItem1, none] \u003cbr\u003e\n  - Null values: nill \u003cbr\u003e\n  - Booleans: yes, no \u003cbr\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eNotes\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n  - Variables extracted from JS files must share the same name as the one defined. \u003cbr\u003e\n  - Indentation must be followed. \u003cbr\u003e\n  - The system will see slowdowns should a large variable definition be present. \u003cbr\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003ePlanned features\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n  1. Support for nested objects \u003cbr\u003e\n  2. Array of Objects support \u003cbr\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelikespy%2FSimplified-JSON","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficelikespy%2FSimplified-JSON","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficelikespy%2FSimplified-JSON/lists"}