Skip to content

JSON

Create Json object

  • 1- Right click in any blueprint graph to open search box.
  • 2- Search by InternetProtocolSubsystem.
  • 3- Search by CreateJsonObject from InternetProtocolSubsystem node.
  • Image title
  • Image title

Nodes

1- Construct Json

  • Construct Json.
  • It also reset json object.
  • Must be called before use any json function.
  • Image title

2- Construct Json From String

  • Construct Json from string.
  • It also reset json object.
  • Must be called before use any json function.
  • Image title

3- Is Valid

  • Check if json is valid.
  • Image title

4- To String

  • Parse json data to string.
  • Image title

5- Reset

  • Reset json and clear all fields.
  • Construct Json or Construct Json From String must be called again.
  • Image title

6- Set bool field

  • Image title

7- Set bool array field

  • Image title

8- Set byte field

  • Image title

9- Set byte array field

  • Image title

10- Set integer field

  • Image title

11- Set integer array field

  • Image title

12- Set float field

  • Image title

13- Set float array field

  • Image title

14- Set string field

  • Image title

15- Set string array field

  • Image title

16- Set object field

  • Set a json object field.
  • Search by CreateJsonObject from InternetProtocolSubsystem node to assign to object field.
  • Image title

17- Set object array field

  • Image title

18- Remove field

  • Remove field by name.
  • Image title

19- Has field

  • Check if json has field.
  • Image title

20- Try get bool field

  • Image title

21- Try get bool array field

  • Image title

22- Try get byte field

  • Image title

23- Try get byte array field

  • Image title

24- Try get integer field

  • Image title

25- Try get integer array field

  • Image title

26- Try get float field

  • Image title

27- Try get float array field

  • Image title

28- Try get object field

  • Image title

29- Try get object array field

  • Image title

30- Try get string field

  • Image title

31- Try get string array field

  • Image title