when I export my query result to json on datagrip 2018.2 , I have my json that contains 1.0E8 instead of 100000000. How can I export my values flat instead of scientific notation automatically formatted by JSON-Groovy?
Else I will have to patch my data manually but I think it is a bit dangerous to format a data like that, especially with a value that won't match an integer type once extracted!