Git Product home page Git Product logo

mymatejson's Introduction

Well found! ๐Ÿ˜Ž๐Ÿ‘

Are you a FileMaker developer wanting more from life - such as the best FileMaker tools that money can't buy (because they are already FREE!) - then you've come to the right place!

You can find my most popular tools pinned below, or if you're looking for fmIDE you'll find it in the fmIDE/fmIDE repository. Alternatively you can find all my tools HERE.

If you are new to GitHub, just getting oriented or have some other question you might want to read the FAQ

Happy FileMaking!

MrWatson

mymatejson's People

Contributors

mrwatson-de avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mymatejson's Issues

Decimal separator error in mixed locales

Script "JSONSetElement - Create expression" generates an invalid expression for fractional numbers for non-European users โ€“ those who use a period as a decimal separator:ย ย 

I think it needs to be changed the following way:

		vType = 2 ; Substitute ( vValue ; Left ( 1/2 ; 1 ) ; JSONGetElement ( Get ( SystemLocaleElements ) ; "Num.Decimal" ) )

Issue from Alex Zueiv

Paths tab is broken

The Paths have completely disappeared.

Two options for showing leaves and compact Arrays, but no paths!

Evaluate to the Data Viewer

From Alex Zueiv's FM-Community Post

So here is another thought:

When I first clicked the Evaluate button on the JSONSetElement tab, I was surprised that it was overwriting the original JSON. I expected (and would prefer) this button to copy the created function into the Expression field on the Data Viewer tab, possible wrapped in the JSONFormatElements() function. The arrow on the button hints at this.

Decimal separator error in JSONSetElement

From Alex Zueiv:

Another issue caused by fractional numbers:

[314,[0,1],[]]
//==> ok:
JSONSetElement ( "[]" ;
	[ "[0]" ; 314 ; JSONNumber ] ;
	[ "[1][0]" ; 0 ; JSONNumber ] ;
	[ "[1][1]" ; 1 ; JSONNumber ] ;
	[ "[2]" ; "" ; JSONArray ]
)
 
[3.14,[0,1],[]]
//==> two errors:
JSONSetElement ( "[]" ;
	[ "[0]" ; 3.14 ; JSONNumber ] ;
	[ "[1]" ; [0.1] ; JSONNumber ] ; // error 1
	[ "[1][0]" ; 0 ; JSONNumber ] ;
	[ "[1][1]" ; 1 ; JSONNumber ] ;
	[ "[2]" ; "" ;  ] // error 2
)```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.