galzzy83 Posted July 5, 2021 Posted July 5, 2021 Hi, on my server I transform a list of objects in an array and then in JSON to send them over to client side, i'd like to know without any dependencie on client side, what is the best way to loop through that json array on my c# client side before sending it to my CEF ? Thanks a bunch
TheOnlyDroid Posted July 6, 2021 Posted July 6, 2021 The client loads "Newtonsoft.Json" by default, just have it as a dependency and use it like you would anyway (For 1.1-DP1 anyway) 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now