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
  • catchPhrase
  • bs
  • company
  • companySuffix
  • jobTitle

Was this helpful?

  1. Faker Formatters

Company

catchPhrase

Output Type: String

{
  "catchPhrase": "catchPhrase"
}
{
  "catchPhrase": "Progressive actuating circuit"
}

bs

Output Type: String

{
  "bs": "facilitate user-centric portals"
}
{
  "bs": "facilitate user-centric portals"
}

company

Output Type: String

{
  "company": "company"
}
{
  "company": "Bartell-Strosin"
}

companySuffix

Output Type: String

{
  "companySuffix": "companySuffix"
}
{
  "companySuffix": "Group"
}

jobTitle

Output Type: String

{
  "jobTitle": "jobTitle"
}
{
  "jobTitle": "Talent Director"
}

PreviousPhone NumberNextReal Text

Last updated 4 years ago

Was this helpful?