Basics

Value at Index

Value at Index

Get a value from a JSON array. Use a Splitter to cast it to a specific type.

Value at Index

  • Array
  • Index
  •  

Array

A JSON array to get a value from.

Index

The index (starting at 0) of the value in the array.

Output

The value at the selected index.