cse403trackforever / server2

Server implementation for Track Forever
MIT License
3 stars 0 forks source link

Process JSON Strings #9

Closed WilliamCao13 closed 6 years ago

WilliamCao13 commented 6 years ago

@cjteam123 Would it be easier for us if we just interpreted the requests made to the server as JSON Strings? I've been playing around and using the Jackson library makes this pretty simple. As of now, I'm able to get the PUT requests working. Currently working on POST requests.