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

Optimisation: Reduce parsing of JSON object #1

Merged
merged 5 commits into from Jun 1, 2021
Merged

Commits on Jun 1, 2021

  1. Object stores map of Any

    adam-fowler committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d92ead4 View commit details
    Browse the repository at this point in the history
  2. Store Array as [Any] not [JMESVariable]

    Still need to fix some functions though
    adam-fowler committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0c078b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b3e9c View commit details
    Browse the repository at this point in the history
  4. Tidy up/ swift format

    adam-fowler committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7f8287a View commit details
    Browse the repository at this point in the history
  5. Comments plus a few more type renames

    Moved FunctionArgumentType inside FunctionSignature
    Function -> JMESFunction
    adam-fowler committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    86b9e85 View commit details
    Browse the repository at this point in the history