Coder Social home page Coder Social logo

JSON parsing failed about mux HOT 7 CLOSED

zorro0799 avatar zorro0799 commented on May 16, 2024
JSON parsing failed

from mux.

Comments (7)

zorro0799 avatar zorro0799 commented on May 16, 2024 1

I tested that and everything works well for me. When I make the POST request with that data, I receive a response like this:

{
    "id": "42982700",
    "isbn": "4545454",
    "title": "Book Three"
}

And also I added log to check the errors when encode the json.

	err := json.NewEncoder(w).Encode(book)
	if err != nil {
		log.Println(err)
	}

Thank you for your answer

from mux.

coreydaley avatar coreydaley commented on May 16, 2024

I am not able to reproduce your error using the following curl command:
curl --header "Content-Type: application/json" --request POST --data '{"isbn":"4545454","title":"Book Three","author":{"firstname":"Harry","lastname":"White"}}' http://localhost:8000/books

Can you provide the actual error that you are getting?

from mux.

jackgris avatar jackgris commented on May 16, 2024

I tested that and everything works well for me. When I make the POST request with that data, I receive a response like this:

{
    "id": "42982700",
    "isbn": "4545454",
    "title": "Book Three"
}

And also I added log to check the errors when encode the json.

	err := json.NewEncoder(w).Encode(book)
	if err != nil {
		log.Println(err)
	}

from mux.

coreydaley avatar coreydaley commented on May 16, 2024

It could be a problem with your postman setup, I am guessing this is what you are using?
https://www.postman.com/

from mux.

zorro0799 avatar zorro0799 commented on May 16, 2024

可能是你的postman设置有问题,我猜你用的是这个? https://www.postman.com/

Indeed, I am using postman, my environment is,
macos 12.6.8, go version go1.21.0
I tried to use RapidApi to simulate the post request, the result is correct, but the shopping store is always lost with postman
截屏2023-08-15 21 28 29
截屏2023-08-15 21 24 27
截屏2023-08-15 21 25 07

from mux.

coreydaley avatar coreydaley commented on May 16, 2024

Does postman persist your application? Does it keep it running in the background? If not, and it restarts it for every request, that would remove the data that you just submitted from memory since you are not using a persistent data store.

I have never used postman so I have no idea how it works, but it seems like this is not an issue with the mux library.

from mux.

zorro0799 avatar zorro0799 commented on May 16, 2024

Does postman persist your application? Does it keep it running in the background? If not, and it restarts it for every request, that would remove the data that you just submitted from memory since you are not using a persistent data store.

I have never used postman so I have no idea how it works, but it seems like this is not an issue with the mux library.

I confirm that I clean up the process every time I test, and then run a new instance, the same program, simulated with other tools, such as RApidApi (Paw), there is no problem, it seems to be a problem with postman, thank you for your answer

from mux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.