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

Missing std lib functions #6

Open
shortercode opened this issue Nov 23, 2022 · 0 comments
Open

Missing std lib functions #6

shortercode opened this issue Nov 23, 2022 · 0 comments
Labels
JSONata compatibility Can either capture valid or invalid compatibility issues

Comments

@shortercode
Copy link
Collaborator

The following functions from JSONata are missing.

  • substring
  • sort
  • shuffle
  • assert
  • error
  • lookup
  • foldLeft
  • filter
  • map
  • formatBase
  • formatNumber
  • base64encode
  • base64decode
  • substringAfter
  • substringBefore
  • replace
  • match
  • contains
  • split
  • type
  • power
  • not

In some cases we have provided syntactic capability that replaces them, in others it's not clear that they really need to be part of the stdlib. But there are still a number which still need to be implemented.

@shortercode shortercode added the JSONata compatibility Can either capture valid or invalid compatibility issues label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JSONata compatibility Can either capture valid or invalid compatibility issues
Projects
None yet
Development

No branches or pull requests

1 participant