Skip to content

Instantly share code, notes, and snippets.

View Laslo89's full-sized avatar

Matthias Laslo89

  • Paessler AG
  • Nuremberg, Germany
View GitHub Profile
@Laslo89
Laslo89 / js_object_to_dot_notation
Last active February 24, 2020 19:36
some helpful helper functions regarding object manipulation, arrays and so on
// convert plain object to dot notation
// For example the following object:
/*
const obj = {
app: {
lang: {
menu: {
welcome: "welcome",
label: "label"
},