Martin Jonsson
Martin Jonsson
Hello. > I'm first concentrating on usability and ergonomics Focus on the fundamental stuff. Much of the small stuff can quite easily be delegated to contributors. Many tools, like for...
Well map[string]interface{} implies json objects and call me old-fashioned but I often work with top level json arrays :-) This could of course be addressed with standard go json marshalling...
I'm doing postgres, sql over http and excel. So far only the read parts. RIght now I'm fighting with unusual go syntax for the postgres driver. I'm not exactly a...
I have two use cases: 1) Federated SQL engine. This is an engine without own storage. So it uses other (several) databases underneath. Like one database to rule them all....
Aha ok, I understand your concern now. I was simple assuming from my exploration that the rest of the data needed to avoid loosing precision is available as is. That...
Using [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) couls also be an option. Don't know how much extra complication that might lead to. Path tracing might not be needed if we can put the parent object...
I use a method where preprocess and set a parent Symbol and then use a proxy as data input. Whenever the parent property comes up, the proxy then delegates to...
Sure: [jsonata parent proposal](https://github.com/jsonata-js/jsonata/issues/299) both my solution and native implementation