Skip to content

Conversation

@abakum
Copy link

@abakum abakum commented Feb 12, 2023

''
' Convert part of JSON string to Variant (Dictionary/Collection/Boolean/String/Double/Null)
'
' @method ParseJsonPart
' @param {String} json_String
' @paramArray {Variant} keys()
' @return {Variant} (Dictionary or Collection or Boolean or String or Double or Null)
' use ParseJsonPart(json_String "foo", "bar", ..."baz")
' like ParseJson(json_String)("foo")("bar")...("baz") but without parse all json_String
''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant