Coder Social home page Coder Social logo

Comments (8)

melode11 avatar melode11 commented on May 18, 2024

This macro is just for unit-test.
However there's indeed no direct interfaces receiving JSON object because this lib is not going to be depended on any JSON libraries at interface level.
The correct way is to convert your json object/array to object_message or array_message.

from socket.io-client-cpp.

haitaoxin avatar haitaoxin commented on May 18, 2024

melode11, thank you for the answer. However, I still don't know how to send an object_message. The constructor of this class takes empty input, and it only has get_map() method, so "set_map()", so how can I input a set of key:value pair?

I spent some time to debug the code, still could not find a workaround to send a JSON object (instead of a string in quotations). Could you please give an example of how to do that?

from socket.io-client-cpp.

melode11 avatar melode11 commented on May 18, 2024

get_map gives the internal map reference, you can set any string - message key-value pair into it.
or just

object_map_ptr->get_map() = your_map;

from socket.io-client-cpp.

melode11 avatar melode11 commented on May 18, 2024

suppose you got a json:

{
   name:'Bob',
   friends:['Tom','Jim']
}

you need to concrete a object_message with below structure:

object_message:
           |__name(string): bob(string_message)
           |__friends(string):array_message:Tom(string_message), Jim(string_message)

Do I explained clearly?

from socket.io-client-cpp.

haitaoxin avatar haitaoxin commented on May 18, 2024

Yes, I followed your suggestion and it works. Thanks again!

from socket.io-client-cpp.

gallgall avatar gallgall commented on May 18, 2024

Please post a clearly example about this. I really really need it. Thanks a lot!

from socket.io-client-cpp.

zhyq0520 avatar zhyq0520 commented on May 18, 2024

@melode11
Hi, how will it be able to communicate with sock.io(js version) in this way?

from socket.io-client-cpp.

liwuking avatar liwuking commented on May 18, 2024

@haitaoxin can you post a clearly example. I really really need it. Thanks a lot!

from socket.io-client-cpp.

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.