Replies: 1 comment
-
Another idea is to provide ChatGPT with the examples from testing and let it generate the mapping. Then my question is: How complete is the mapper and what are the limitations? @TrevorDArcyEvans - since you forked and enhanced the library - what is your take on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found this library when trying to connect a Swagger-generated server stub to a Swagger-generated client stub, one receiving and the other emitting JSON. Instead of "wiring" the Swagger serializations, I'd like to have a generic and configurable transformer in between.
Is there a description of the mapping rules? Is it a common (standard) format like JSONpath or something completely proprietary?
Want to give this approach a try and am thankful for any hints!
Beta Was this translation helpful? Give feedback.
All reactions