URL Object Notation
Content Type: Module
Categories:
Overview
An Object Notation like JSON but for URLs.
Useful when query strings in deeplinks grow too big to be handled in the standard way
Documentation
Description
An Object Notation like JSON but for URLs.
Useful when building complex query strings for use in deeplinks
Example:
{"table":{"achievement":{"column":"instance","ascending":true}}}'$table$achievement$column=instance&ascending:true'
Typical usage scenario
For generating and parsing complex deeplinks with multiple attributes and attribute lists.
Releases
Version: 1.0.0
Framework Version: 7.23.0
Release Notes: Initial release