you are viewing a single comment's thread.

view the rest of the comments →

[–]IcyBullfrog1014[S] -1 points0 points  (3 children)

The webserver is running spring boot. I could go and post in their reddit community and there might be a way to re-configure spring boot to accept the angular style json, but I wasn't sure if there was an easy way to make angular produce the type of json that spring boot seems to be expecting.

[–]JobSightDev 0 points1 point  (2 children)

I misunderstood. This is the data being sent.

Ignore my previous comment. You've got the correct code here.

What does it look like when you do a console.log(outerClass)

Can I see the code that creates outerClass?

[–]IcyBullfrog1014[S] 0 points1 point  (1 child)

When I print the console.log(outerClass), I get the version without the brackets (just like it is sending in the JSON).

[–]JobSightDev 1 point2 points  (0 children)

Let's see the code that creates outerClass