JSON是在STOMP之上运行的吗?

如果我有一个STOMP/JSON Ajax应用程序,这是否意味着JSON是在STOMP之上运行的呢?

Assuming that you mean STOMP (the protocol), not STOMP (the application), then JSON would be the data encoding method used over the STOMP messaging protocol. You would be serializing your data as JSON, then packaging it inside a STOMP message to send to the other end point of the connection.