What does __Rule do in mathematica? I understand the __ is used for any repeated expression, but why is the Rule appended at the end?
For example: Import nested JSON file
Thanks!
What does __Rule do in mathematica? I understand the __ is used for any repeated expression, but why is the Rule appended at the end?
For example: Import nested JSON file
Thanks!
_matches anything while_fmatches only expressions with headf. Take a look at the first few sections here: http://reference.wolfram.com/language/tutorial/PatternsOverview.html – Szabolcs Jun 04 '15 at 16:39