Jump to content

[Samples] read json custom function without plugin, FileMaker only


This topic is 2762 days old. Please don't post here. Open a new topic instead.

Recommended Posts

read json custom function without plugin, FileMaker only


Being unsatisfied with solutions I found on the internet and wanting a solution without plugin I created a set of custom functions that can read a path out of a json-string.

 

Syntax:

 

json_path ( json-string ; path )

 

 

examples:

 

json_path( $user_prefs ; "Privileges/Modules" )

json_path( $json_data ; "Menus/Menu[10]/MenuItem[5]/Label" )

 


  • Submitter
  • Submitted
    09/30/2016
  • Category
  • FM Version
    FM Version: 14

 

Link to comment
Share on other sites

This topic is 2762 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.