Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Add support to JSON arrays in root #39

Closed
ufna opened this issue Sep 20, 2015 · 3 comments
Closed

Add support to JSON arrays in root #39

ufna opened this issue Sep 20, 2015 · 3 comments
Assignees
Labels
feature request wontfix This will not be worked on

Comments

@ufna
Copy link
Owner

ufna commented Sep 20, 2015

https://forums.unrealengine.com/showthread.php?19961-Plugin-Http-s-REST-blueprintable-JSON-query-and-Parse-API-manager-VaRest&p=376229&viewfull=1#post376229

Joviex
Is there something in the roadmap to account for non-named array fields?
JSON arrays (in the root) don't require field names. They are simply an array of JSON documents.

@ufna ufna added todo Internal development tasks feature request labels Sep 20, 2015
@ufna ufna self-assigned this Sep 20, 2015
@ufna ufna added wontfix This will not be worked on and removed todo Internal development tasks labels Oct 30, 2015
@ufna
Copy link
Owner Author

ufna commented Oct 30, 2015

It's not supported by unreal JSON parser currently.

@ufna ufna closed this as completed Oct 30, 2015
@razvanilin
Copy link

So I presume this is not working then? I tried to get a JSON array from a server and it doesn't work.

@fbnz156
Copy link

fbnz156 commented Nov 1, 2019

UE4 JSON parser can parse JSON arrays. Example: FJsonObjectConverter::JsonArrayStringToUStruct

Can this functionality be added to VaRest?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants