All pages
Powered by GitBook
1 of 1

StructKeyTranslate

Converts a struct with dot-notated keys in to an unflattened version

Method Signature

StructKeyTranslate(struct=[structloose], deep=[boolean], retainKeys=[boolean])

Arguments

Argument
Type
Required
Description
Default

struct

struct

true

The struct to unflatten

deep

boolean

false

Whether to recurse in to nested keys - default false

false

retainKeys

boolean

false

Whether to retain the original dot-notated keys - default false

false

Examples

Related

  • StructAppend

  • StructClear

  • StructCopy

  • StructDelete

  • StructEach

  • StructEquals

  • StructEvery

  • StructFilter

  • StructFind

  • StructFindKey

  • StructFindValue

  • StructGet

  • StructGetMetadata

  • StructInsert

  • StructIsCaseSensitive

  • StructIsOrdered

  • StructKeyArray

  • StructKeyExists

  • StructKeyList

  • StructMap

  • StructNew

  • StructNone

  • StructReduce

  • StructSome

  • StructSort

  • StructToQueryString

  • StructToSorted

  • StructUpdate

  • StructValueArray