Skip to content

Reorder the json  #7

@hungrybeagle

Description

@hungrybeagle

Triggers are demuddled and the json puts the name at the top of the trigger; However, for keys, aliases, scripts and timers, the name is not at the top of the list. Placing it at the top would make it easier to find the correct block of code.

Sample trigger demuddle

              "name": "lowSP",
              "isActive": "yes",
              "isFolder": "no",
              "multiline": "no",
              "multilineDelta": "0",
              "matchall": "no",

Sample alias demuddle

       {
              "isActive": "yes",
              "isFolder": "no",
              "name": "aaCheckStatus",
              "regex": "^aa$",
              "script": ""
       },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions