ui-state
v1.0.0
Published
Conversion tool to transform UI state object to readable url query params and back.
Downloads
4
Readme
UI-state
Conversion tool to transform UI state object to readable url query params and back.
Conventions
- All strings are processed AS IS.
- Numbers are converted to strings.
and prepended with
\
(123 -> '\123'). - Null, true, false and undefined are converted to strings
and prepended with
\
(false -> '\false'). - Objects with depth over 2 are not accepted, Error will be raised.