Function group object

Function group has those functions and groups:

  • Group object_to_list - Convert an object into a list
    • Function keys - Get the list of keys from an object.
    • Function values - Get the list of values from an object.
    • Function entries - Get the list of all the entries of an obejct. Each item of the list will be an object with key and value entries
  • Group sort_objects - Sort an object
  • Group manipulate_object - Manipulate objects to pruduce a new object
    • Function put - Add a new entry to a map.
    • Function insert_if_absent - Add a new entry to a map if it has no such key.
    • Function replace_if_exists - Add a new entry to a map if it has such key.
  • Group functional_object - Functional function over an object

Use additional help with a function name to see more details about the function.