Brian Dunning's FileMaker Custom Functions

JSONArray_Pop ( arr )

Removes one value from the end of a JSON Array.

  Average rating: 5.0 (1 vote) Log in to vote

Robert D Trammel   Robert D Trammel - Show more from this author
Lucky Penny LLC

Share on Facebook Share on Twitter

  Sample input:
JSONArray_pop( "[ 1, 2, 3, 4 ]" )
  Sample output:
"[ 1, 2, 3 ]"

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Intended to replace javascripts native Array.pop method, which removes a value from a given array and returns the value removed. In this case, we are just returning the new array with the removed value.

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: