Skip to content

issues Search Results · repo:blues/jsonata-go language:Go

Filter by

11 results
 (86 ms)

11 results

inblues/jsonata-go (press backspace or delete to remove)

Hey! Thanks for the awesome library! I was looking to integrate JSONata into a Go project I help maintain but was unsure if this repo is still actively maintained? If so, I m curious if there any plans ...
  • gregfurman
  • 4
  • Opened 
    on Nov 16, 2024
  • #28

I recently had a problem with a json transformation using jsonata in Telegraf. The transformation is the following: $each($merge([metrics.fields]), function($value, $key) {{ key : $key, value ...
  • iserranoe
  • 1
  • Opened 
    on Oct 16, 2023
  • #23

Excuse. I have defined a jsonata.Extension, for example: mandatory : { Func: func(input string) (string, error) { if input == { return input, errors.New( input is required ) } return input, nil }, } ...
  • FatsLan
  • 1
  • Opened 
    on Oct 28, 2022
  • #18

Hello, is it possible to add $eval function as define : https://docs.jsonata.org/string-functions#eval Thanks.
  • nicho2
  • 1
  • Opened 
    on Oct 24, 2022
  • #17

Hi, First, thanks for the library. I want to cache the compiled expression and use it concurrently across threads. Is this possible? See this feature in the .Net version. https://github.com/mikhail-barg/jsonata.net.native ...
  • premchelliah
  • 3
  • Opened 
    on Aug 31, 2022
  • #16

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 ...
  • tbal999
  • 1
  • Opened 
    on Jun 29, 2022
  • #12

In try.jsonata.org, the following evaluate identically as a way of demoting the entire source object into a field. { event :$[0] } ...and... { event :$[] } ...are equivalent to... { event :$ } In ...
  • rayozzie
  • Opened 
    on Nov 22, 2021
  • #10

I run tests on jsonata-go, using the test suite from jsonata-js You can find the results here: https://github.com/pebbe/jsonata-go-test I think there are some things that need fixing.
  • pebbe
  • Opened 
    on Nov 11, 2021
  • #9

The JSONata docs have an example with inline comments, like: /* Long-winded expressions might need some explanation */ See: http://docs.jsonata.org/programming This is not supported by jsonata-go
  • pebbe
  • Opened 
    on Nov 11, 2021
  • #8

This doesn t work. With this data: { hello world : 42 } ... and either of these queries: **. hello world **. hello world This should be the output: 42 You can test this here: https://try.jsonata.org/ ...
  • pebbe
  • 2
  • Opened 
    on Nov 10, 2021
  • #7
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub