0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

「.」以外のプロパティの表記法

0
Last updated at Posted at 2016-08-17

[.]以外のメソッドチェーンの作り方です。
LambdaでNode.jsでメソッドを書く際に使用したので、他では未検証です。

event.body-json.idを

event["body-json"]["ID"]

と記入します。ハイフンが含まれているため、このような適用方法になっています。

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?