Using the json grammar with ./server and Python #3268
-
Hello,
This caused all sorts of parsing errors on the server side and failed with a 400 status. I then switched to sending the grammar file as a payload, like:
This also failed with various server side errors. Could any of you help me figure out what is going wrong? I really appreciate your assistance. Update, so it appears that I can get this to work by pasting in the encoded string from the frontend sample: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is some good information on grammer in these discussions: 2494, 2560, 1773 and 2637 Have you seen the Grammer Builder? |
Beta Was this translation helpful? Give feedback.
There is some good information on grammer in these discussions: 2494, 2560, 1773 and 2637
Have you seen the Grammer Builder?