FakeMyJSON
  • FakeMyJSON - Documentation
  • Faker Formatters
    • Base
    • Lorem Ipsum Text
    • Person
    • Address
    • Phone Number
    • Company
    • Real Text
    • Date and Time
    • Internet
    • User Agent
    • Payment
    • Color
    • File
    • Image
    • Uuid
    • Barcode
    • Miscellaneous
  • Special Keys and Values
    • Special Keys
  • FakeMyJSON.io
  • Start generating random JSON!
Powered by GitBook
On this page
  • ean13
  • ean8
  • isbn13
  • isbn10

Was this helpful?

  1. Faker Formatters

Barcode

ean13

Output Type: String

{
    "ean13": "ean13"
}
{
    "ean13": "0574215649915"
}

ean8

Output Type: String

{
    "ean8": "ean8"
}
{
    "ean8": "49383492"
}

isbn13

Output Type: String

{
    "isbn13": "isbn13"
}
{
    "isbn13": "9797250118234"
}

isbn10

Output Type: String

{
    "isbn10": "isbn10"
}
{
    "isbn10": "3368112309"
}

PreviousUuidNextMiscellaneous

Last updated 4 years ago

Was this helpful?