Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Support for top-level/nested emitKey/$ #160

@andybarron

Description

@andybarron

For the following JSON:

{
  users: {
    a:  { name: 'User A' }
  },
  posts: {
    b:  { name: 'Post B' }
  },
}

I would love a way to emit the following two outputs:
{ key: ['users', 'a'], value: { name: 'User A' } }
{ key: ['posts', 'b'], value: { name: 'Post B' } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions