# Extract data from object

**URL:** https://discourse.nodered.org/t/extract-data-from-object/89
**Category:** Dashboard
**Created:** [11 May 2018 11:30 UTC](https://discourse.nodered.org/t/extract-data-from-object/89 "2018-05-11T11:30:59Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [11 May 2018 13:37 UTC](https://discourse.nodered.org/t/extract-data-from-object/89/8 "2018-05-11T13:37:56Z")

</div>

You need to read up on JavaScript.

Normally, JavaScript will assume that varable/object names meet the naming standards for JavaScript. However, being the rather flexible language it is, you can use “invalid” names too!

To do that though, you cannot use “dot” names. Instead you have to use something like:

```auto
{{ msg.payload.System['Git Built'] }}

```

---

_[View the full topic](https://discourse.nodered.org/t/extract-data-from-object/89)._
