Open cedmos opened 1 year ago
Thank you very much for your feedback.
I thinks what you are asking for is a holistic solution under one framework.
I think Jmespath Community is a great place to start discussing those ideas but I would probably advise to split the requirements into different "libraries" or guidelines, each with their own area of responsibility.
I’m having a bit of a difficulty to properly extract the requirements that you shared to actionable items, so please, feel free to elaborate on this.
For point 3. Syntax Highlighting / Validation I think it would be a great idea providing some builtin definitions from this organization. I have toyed with VIM syntax-files and I think a project would be reasonably easy to setup with assets for most popular editors out there.
Hi @springcomp,
as you suggested I want to pick up here in regard to my Question in Gitter:
after you already answered:
It's not only "generic security" I'm interested, I'm looking for the following Requirements (priority in that order) to be maybe delivered by one framework or library:
I have or had solutions for each of this implemented or tested (like querying, patching, merging, transforming JSON and JSON-Schemas ) but JMESPATH combined with some JSON-Schema Validator (ajv) looks like one way to provide this based on two established libraries.
Leading to smaller bundle sizes, less dependencies but more important: less steep learning curve for developers and also end users that want to extend the app logic further. Syntax-wise it's also more intuitive than others I evaluated