Closed vasigorc closed 7 years ago
Hi, I'm using uPickle for my project, and used Prickle before too, and both of them worked quite well with this project.
Please let me know if you need further help. Thanks!
Hi, I'm using uPickle
That's neat. Thanks. I probably will as I advance with my project.
Hello and thank you for the scalajs-angular endeavor.
I want to try a small project using your library, however the small question that I have will probably be unrelated to that.
When in the tutorial you write
val future: Future[User] = http.get("/users/john")
how are you deserializing the Json string into a Scalajs object?Thank you