miguelgrinberg / flasky

Companion code to my O'Reilly book "Flask Web Development", second edition.
MIT License
8.54k stars 4.21k forks source link

How to transfer a FlaskForm to json #533

Open LeonWolfe opened 2 years ago

LeonWolfe commented 2 years ago

Excuse me, but how can I transfer a FlaskForm to json ? I wanna to use VUE as my angularjs . It seems that VUE needs json

miguelgrinberg commented 2 years ago

Did you see the chapter on APIs in the book?