JordanSantiagoYT / FNF-JS-Engine

JS Engine is basically Psych Engine but with (almost) no botplay lag and NEW features!
Apache License 2.0
48 stars 33 forks source link

Add Hjson support #655

Closed PatoFlamejanteTV closed 1 month ago

PatoFlamejanteTV commented 1 month ago

What feature do you want to get added on the base engine?

I think adding Hjson support would be nice, especially for documenting things like "what does value X mean" in chart/week .JSON files.

Also it supports comments:

{
  # hash style comments
  # (because it's just one character)

  // line style comments
  // (because it's like C/JavaScript/...)

  /* block style comments because
     it allows you to comment out a block */

  # Everything you do in comments,
  # stays in comments ;-}
}

https://hjson.github.io/

To test your sight, and reliability, please select the option of what should NOT be requested.

Stage Editor and 6K+ support.

JordanSantiagoYT commented 1 month ago

i don't think Hjson is needed

there just doesn't seem to be any real place where i'd consider using it, or it would break json support