You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a failing test for time parsing
* Remove idea
* test
* Revert old error change
* Fix
* Add another test
* Fix
* Add fix incase there were spaces
* Fix a few more edge cases
* More edge cases
* Finaly fixes
* Remove milliseconds when a date time comes in
* Remove test from the root
Firstly - excellent work porting jsonata to Golang. Impressive. I have a request:
In original JSONATA they have # and @ operators which enable JOIN like operations on data (a simplification on top of usage of map and filter) i.e
and currently you'd need to do something like
It would be useful to have at least the @ operator added to the Go port of jsonata.
I appreciate this would be a fiddly bit of work - so it's a 'nice to have'.
The text was updated successfully, but these errors were encountered: