Brian Dunning's FileMaker Custom Functions

JSON.PrependArray ( JSON )

This will add a new item to the beginning of a JSONArray

  Be the first to rate this function Log in to vote

Kyle Williams   Kyle Williams - Show more from this author
Augusto Digital
https://www.youtube.com/channel/UCpJlB7cmVNMjbjgY96MEsng

Share on Facebook Share on Twitter

  Sample input:
JSON.PrependArray( "[]", "{\"layoutID\":4,\"layoutName\":\"Table2\"}" )
JSON.PrependArray( "[{\"layoutID\":3,\"layoutName\":\"Table1\"}]", "{\"layoutID\":4,\"layoutName\":\"Table2\"}" )
  Sample output:
[{"layoutID":4,"layoutName":"Table2"}]
[{"layoutID":4,"layoutName":"Table2"} , {"layoutID":3,"layoutName":"Table1"}]

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

This will add a new JSON Object to the beginning of any JSON Array.
This is useful when creating navigation scripts to return to a previous layout or go back to the next layout.

 

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: