nncarlson / petaca

Petaca: A collection of foundational Fortran modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use JSONPath style syntax for parameter list names

nncarlson opened this issue · comments

I'm using a wonky -> as the separator between the parts of a parameter list name, and I don't recall why. Consider replacing this by JSONPath or JSON Pointer style syntax.

JSONPath is probably more widely used, FWIW

That was my impression too from a bit of googling.