Jint & JSONata #2071
-
I've been trying to use JSONata to transform some JSON documents in an old .NET Framework application. Since there is no suitable .NET native JSONata library available, I'm using Jint to perform the transformation using the JS library. Here is an example of the implementation:
The StackOverflow exception occurs on the 'Invoke' line.... Has anyone tried something similar, and perhaps can share some pointers? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Can you share minimal sample code which shows the problem? |
Beta Was this translation helpful? Give feedback.
With given example url and query doesn't repro, but you could try
new Engine(options => options.Constraints.MaxExecutionStackCount = int.MaxValue)