-4

I don't know application's mean in "application/json", and can I replace it with "text/json". so application = text ?

RichardSleet
  • 373
  • 4
  • 17

1 Answers1

4

I think you are meaning content type

Application : Represents any kind of binary data.

Text : Represents any document that contains text and is theoretically human readable

For more info visit here

Bharath M Shetty
  • 30,075
  • 6
  • 57
  • 108