Skip to content

JSON Support for plugins#27

Closed
educatalan02 wants to merge 1 commit intoRocketModFix:masterfrom
RedstonePlugins:master
Closed

JSON Support for plugins#27
educatalan02 wants to merge 1 commit intoRocketModFix:masterfrom
RedstonePlugins:master

Conversation

@educatalan02
Copy link
Collaborator

UseJsonForPlugins bool at Rocket.Config.xml

Now you can add comments to the JSON config file
Code:
[JsonConverter(typeof(JsonExtension), "Name")] public string Name = "test";
Result:
{ "Name": "test"/*Name*/, }

@mkspeed0
Copy link
Collaborator

Hi! The idea is very good and was considered by me the other day. First of all, you should open an Issue with this topic and find out the opinion of others. Then publish a Pull Request. So another erroneous point, do not close your pull requests as well as issues. Sunnamed434 closes the pull request itself, doing so by publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants